美文网首页
git常用指令

git常用指令

作者: 青草_e75f | 来源:发表于2019-02-21 10:28 被阅读0次

git remote add origin ssh/http

git add

git commit -m "说明"

git push -u  origin master

git pull origin master

git branch 分支名

git checkout 分支名  //分支跳转

git branch -d 分支名 //分支删除

git merge 分支名 //当前分支和现分支名的合并

git status

相关文章

网友评论

      本文标题:git常用指令

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