【备忘录】Git 常用命令速查表

03-11 1255阅读

【备忘录】Git 常用命令速查表

git reset

git reset --hard HEAD

git reset tag

git reset

git stash

git stash pop

git checkout filename

git remote

git remote -v

git remote add origin https://some-git-remote-url

git push

git push -u origin master

git push origin branchname

git pull

git pull origin branchname

git fetch && git merge origin/remote-branch-name

git fetch -p

git branch -a

VPS购买请点击我

文章版权声明:除非注明,否则均为主机测评原创文章,转载或复制请以超链接形式并注明出处。

目录[+]