Git

作者: 祝三疯 | 来源:发表于2016-05-31 17:37 被阅读0次

git remote 

git remote add memorycancel [url]

git remote rename zlord memorycancel

git branch

git branch deploy

git checkout deploy

git branch -d deploy

git clean

git clean -nfd

git clean -fd

git fetch

git fetch [some_remote_repo]

git merge

相关文章

网友评论

      本文标题:Git

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