From fa3f54aa85c8b6122ede9a4384875837702098f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9E=E8=BF=9C=E7=94=9F?= Date: Tue, 5 Mar 2024 15:22:08 +0800 Subject: [PATCH] docs: update information about GitButler's multi-branch work feature --- .../.Git.md" | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 ba51cc88..14bcf4fd 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" @@ -73,4 +73,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