微博
博客
笔记
新闻
照片
视频
注册
登陆
中文
English
中文
dreamable
/
LinuxNotes
/
9
表单:
LinuxNotes
用户:
dreamable
创建日期: 2022-04-12 07:25:32 UTC
更新日期: 2022-04-12 07:25:32 UTC
引用:(Table ID 28, Record ID 9)
标题 :
undo remote commits in Git
笔记 :
undo remote commits:
git reset --hard 'xxxxx'
git clean -f -d
git push -f
标签: