How to push changesΒΆ

In order to push a copy of your committed changes on the <branch-name> branch to your fork of the repository on github run the following at your command line:

$ git push origin <branch-name>