1. 先git pull 一下
2. 切換到自己的分支,如果有的話
git checkout -b dev03_qhq origin/dev03_qhq
3. commit 一下,用a 可以省略一步 git add
git commit -a -m "addcharge0415b"
4. 上報代碼
git push origin dev03_qhq
1. 先git pull 一下
2. 切換到自己的分支,如果有的話
git checkout -b dev03_qhq origin/dev03_qhq
3. commit 一下,用a 可以省略一步 git add
git commit -a -m "addcharge0415b"
4. 上報代碼
git push origin dev03_qhq
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。