The Git Push command sends all commits found in the local repository to the remote or master repository on the web such as Github or Unfuddle, as an example. You can invoke the Git Push command from the Terminal by typing the following:

<pre lang="html">git push

In addition, you can be more specific by typing the following:

<pre lang="html">git push origin master