• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Git Push

November 4, 2012

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:

git push

git push

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

git push origin master

git push origin master

Filed Under: Git Tagged With: push

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023