id_rsa 权限过于开放,应该降低文件的访问权限,如600


查看更多

hint: Pulling without specifying how to reconcile divergent branches is


查看更多

git config --system --unset credential.helper


查看更多

有时候从github上clone项目很慢,可以通过gitee做中间跳板


查看更多

git reset --soft head~2


查看更多

服务器上经常需要拉取代码,每次输入密码会比较麻烦,如何免密码拉代码


查看更多

cherry-pick、stash等


查看更多

找到.git目录(隐藏的目录),删除里面的 index.lock 文件


查看更多

git reset --hard commit_id


查看更多

git checkout -b 本地分支名称 origin/远程分支名称


查看更多