Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Update-git-branch-merging-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
连远生 committed Mar 11, 2024
2 parents b3ce58b + fa3f54a commit a3ae06b
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,15 @@ git 的分支合并有四种合并方式:
- 更新
- 修改提交
- 远程仓库
- git remote add -f tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git
- git remote add -f tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git





- GitButler
- 多分支工作:GitButler 允许您在同一工作目录中并行处理多个分支
- 单独修改
- 独立推送
- 简而言之,它是 git add -p 和 git rebase -i 的更灵活版本,允许您跨分支高效地执行多任务。
- 多分支工作

0 comments on commit a3ae06b

Please sign in to comment.