commit by magit in emacs@2022-05-05 17:17:33

This commit is contained in:
Aborn Jiang 2022-05-05 17:17:35 +08:00
parent 605bcab8b6
commit ead9bf7ee8
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
## 初始化key
ssh-keygen
## 强制回滚到本地的某次历史commit
git reset --hard <commit-hash>
## 远程也进行强制同步