Code Review Workflow and Amending Commits
Description
After pushing your feature branch, a reviewer requests changes. Learn to amend your commit and update the pull request.
Your Task
You've received feedback to add a comment to 'feature.js'. Amend your last commit to include the commented code, then push the change to update the PR.
Initial Files
const powerLevel = 9001;
Requirements
- ▹Add the requested comment to feature.js
- ▹Amend the last commit with your changes
- ▹Force push to update the remote branch