git 实用命令

61 阅读1分钟

git

git 撤回commit

git reset --soft HEAD^

git 强制切换分支

git checkout -f branch-name