分支删除

git branch
git branch -d test1
git checkout test2
git branch -d test1
git branch

命令行输出

git删除分支与合并分支


合并分支

git merge test2
git branch
ls
git checkout test2
ls

命令行输出

git删除分支与合并分支

git删除分支与合并分支


本文转自 素颜猪 51CTO博客,原文链接:http://blog.51cto.com/suyanzhu/1907197


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-10-11
  • 2021-08-03
  • 2022-01-18
  • 2022-01-01
猜你喜欢
  • 2021-09-16
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2022-03-02
  • 2021-07-21
  • 2022-12-23
相关资源
相似解决方案