close
新人
git remote add origin 網址
git pull origin 拉檔案下來
git add 你的檔案
git checkout -b "newbranch" 開branch
git commit -m "xxx"
git push origin newbranch
再到web compare two branch 拉pull request
ok再merge
---
如果b branch 須要c branch的功能
就checkout b另開 branch d來 merge b 和c 測試
全站熱搜