Versions Compared

Key

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

...

4) git commit
The commit message will default to a message encapsulating the original commit message(s). Edit it so only the original commit message remains, and push.
Note that in the case where this step is required, the author of the commit will become you. This can be modified using the --author flag, like so: git commit --author="Author Name <email@address.com>"

Finally, push the commit:

5) git push origin master 

...