網頁

2017年1月23日 星期一

push branch 到 remote repository

沒有要推送分支的話
$ git push

git remote #查詢遠端數據庫
git remote rename 原名稱 修改名稱
git push origin branch名稱 #origin:clone預設遠端主機名稱

push local repository
git remote add origin https://github.com/chiustin/python.git
git push origin master/branch

沒有留言:

張貼留言