您的位置:首页 > 其它

git push origin master

2015-08-11 17:31 239 查看
git push origin master的意思是:



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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: