GitHub个人远端仓被污染了
```bash git branch -a git checkout BR_Dev
// 通过此命令查看历史提交记录 git log --oneline
// 通过此命令设置到你选择代码回退的那个时间点, 谨慎使用 git reset --hard 2c53a3b5
// 这一步请谨慎使用,在回退代码了 git push ttt BR_Dev --force
git remote -v
// 最新的远端公共仓的代码拉下来 git pull origin BR_Dev
// 最新的远端公共仓的代码推到个人仓 git push ttt BR_Dev ```
提交的主题填错了,过不了门禁 git commit --amend git push -f origin feature_0826_nas
新提交的分支拉不下来: git remote update -p git branch -a git checkout master_0902_nas_feature
推不上去了:ttt 谨慎使用: git push --forc
共有 0 条评论