1. 程式人生 > >git clone 後使用子分支

git clone 後使用子分支

git gpo clone mark 開發 分支 img body mage

  1. git clone 項目git地址
  2. git branch -a
    技術分享圖片
  3. 切換到子分支進行開發
    git ckeckout 子分支名稱,如:git checkout dev_feature_call
  4. git pull 即可完成切換

git clone 後使用子分支