0. git fetch
0.1 git checkout master
0.2 git pull orgin master //Get the new code from remote:master
1. Create new branch by Xcode (local).
2. work
3. commit
4. rebase(Do it before commit if necessary)
5. git push orign BRANCHE_NAME (It is Ok by Xcode)
6. pull request
IOS项目使用Git的正确步骤
最新推荐文章于 2024-08-27 14:27:56 发布