diff --git "a/content/\350\275\257\344\273\266\350\256\276\350\256\241\345\217\212\346\236\266\346\236\204\343\200\201\350\275\257\344\273\266\345\267\245\347\250\213\343\200\201\350\275\257\344\273\266\345\267\245\345\205\267/.Git.md" "b/content/\350\275\257\344\273\266\350\256\276\350\256\241\345\217\212\346\236\266\346\236\204\343\200\201\350\275\257\344\273\266\345\267\245\347\250\213\343\200\201\350\275\257\344\273\266\345\267\245\345\205\267/.Git.md" index 2c5e0e3e..86d4ed95 100644 --- "a/content/\350\275\257\344\273\266\350\256\276\350\256\241\345\217\212\346\236\266\346\236\204\343\200\201\350\275\257\344\273\266\345\267\245\347\250\213\343\200\201\350\275\257\344\273\266\345\267\245\345\205\267/.Git.md" +++ "b/content/\350\275\257\344\273\266\350\256\276\350\256\241\345\217\212\346\236\266\346\236\204\343\200\201\350\275\257\344\273\266\345\267\245\347\250\213\343\200\201\350\275\257\344\273\266\345\267\245\345\205\267/.Git.md" @@ -66,4 +66,15 @@ git 的分支合并有四种合并方式: - 更新 - 修改提交 - 远程仓库 - - git remote add -f tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git \ No newline at end of file + - git remote add -f tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git + + + + + +- GitButler + - 多分支工作:GitButler 允许您在同一工作目录中并行处理多个分支 + - 单独修改 + - 独立推送 + - 简而言之,它是 git add -p 和 git rebase -i 的更灵活版本,允许您跨分支高效地执行多任务。 +- 多分支工作 \ No newline at end of file