Commit 76215dc4 authored by JingChao's avatar JingChao

Updates ionic/git-code.md

Auto commit by GitBook Editor
parent ea6e3004
...@@ -8,7 +8,11 @@ ...@@ -8,7 +8,11 @@
* git checkout develop //切换回develop分支 * git checkout develop //切换回develop分支
* git pull //更新代码 * git pull //更新代码
* git merge a //merge自己的分支 * git merge a //merge自己的分支
* 如果有冲突解决冲突
- (fail)conflict //解决冲突
- git add *
- git commit -m 'info'
- git push //提交 完成
code //编写代码 code //编写代码
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