Git Operator Record

git

暂时储藏 git stash 从储藏中取出(默认取出最后一个) git stash apply 清空 git stash clear 查看stash列表 git stash list 指定要取出的储藏代码 git stash apply stash@{1}

强制还原c git reset –hard