Successfully added
Git
by Cole
Git Push
You are finishing a local transaction when you stage and commit your changes. The commit does not affect the main repository until you make a push request to send your local commits to the main remote repository. Each push request will send every local commit to the mainstream repository master or branch.
Git
Referenced in:
Comments