Commit da12429b by byeage

update

parent 9732c249
...@@ -70,3 +70,12 @@ Gitflow ...@@ -70,3 +70,12 @@ Gitflow
如何保持分支最新
比如在develop分支上开发,上游develop分支已经更新
1. 本地 git checkout develop
2. git pull origin develop
比如你工作在某个工单分支feature/login,源分支为develop则需
1. git checkout feature/login
2. git rebase develop
\ No newline at end of file
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