Commit ea6e3004 authored by JingChao's avatar JingChao

Updates ionic/git-code.md

Auto commit by GitBook Editor
parent 9ccd3f0c
...@@ -6,14 +6,15 @@ ...@@ -6,14 +6,15 @@
* git add * * git add *
* git commit -m 'info' //提交 * git commit -m 'info' //提交
* git checkout develop //切换回develop分支 * git checkout develop //切换回develop分支
* git pull //更新代码
* git merge a //merge自己的分支
code //编写代码 code //编写代码
git add * git add *
git commit -m 'info' //提交 git commit -m 'info' //提交
checkout develop //切换回develop分支 checkout develop //切换回develop分支
git pull //更新代码
git merge a //merge自己的分支
(success)-> git push //没有冲突,直接提交 (success)-> git push //没有冲突,直接提交
(fail)conflict //解决冲突 (fail)conflict //解决冲突
git add * git add *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment