美文网首页
Git 常用命令

Git 常用命令

作者: lekenny | 来源:发表于2019-03-08 09:40 被阅读0次
  1. 合并分支
  • 先切换到指定分支
git checkout 目标分支名
  • 合并分支
git merge 想要合并的分支名
  • 查看分支状态
git status
  • 推送分支到远程
git push

相关文章

网友评论

      本文标题:Git 常用命令

      本文链接:https://www.haomeiwen.com/subject/hjulpqtx.html