标签:inux 命令帮助 文档 创建 切换 --help 名称 linux 帮助文档
git branch
git branch --help
git branch (新分支名称)
git checkout (指定分支名称)
git branch -d (指定分支名称) // 未合并到主分支或其他分支,会禁止删除
git branch -D (指定分支名称)
git merge (指定分支名称)
git branch -m (指定分支名称)
标签:inux 命令帮助 文档 创建 切换 --help 名称 linux 帮助文档
原文地址:https://www.cnblogs.com/devinzh/p/11846336.html