1. 程式人生 > >Git 常用命令整理(轉)

Git 常用命令整理(轉)

C程式碼  收藏程式碼
  1. git branch --set-upstream master origin/master  
  2. git branch --set-upstream develop origin/develop  
 

參考資料

何謂分支

分支的管理

遠端分支

衍合

參考1: http://www.xbc.me/git-commands/

參考2: http://neverno.me/hello-world/git-commands-github.html