git push origin master

git push origin master的意思是:

push to a remote

What is git push origin master

This is a command that says “push the commits in the local branch named master to the remote named origin”. Once this is executed, all the stuff that you last synchronised with origin will be sent to the remote repository and other people will be able to see them there.

參考:
[1] https://help.github.com/articles/pushing-to-a-remote/
[2] http://stackoverflow.com/questions/5617211/what-is-git-remote-add-and-git-push-origin-master

發佈了140 篇原創文章 · 獲贊 18 · 訪問量 79萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章