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

GitHub个人远端仓被污染了最先出现在Python成神之路

版权声明:
作者:cc
链接:https://www.techfm.club/p/5126.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>