沒有要推送分支的話
$ git push
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
push local repository
git remote add origin https://github.com/chiustin/python.git
git push origin master/branch
沒有留言:
張貼留言