赞
踩
Git日常操作:git status, git stash , git pull ,git stash pop,git add,git commit
git rebase --abort
git pull origin master --allow-unrelated-histories
git config user.name
git credential-manager uninstall
git config --global credential.helper store
git submodule init
git submodule update
git reset #回滚到某次提交
git reset --soft HEAD~1 #回滚到上个版本并将代码保留到暂存区
git reset --hard #回滚但不保留修改的代码
分享大佬文章:
git-需要知道的1000个问题
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。