Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# take all changes that you made so far, stage them and add them to the last commit. 
# Important: This expects that your git HEAD is currently pointing to the commit of your pull request
git push originYOUR_REMOTE [your-local-branch]:[your-remote-branch]

...