git 撤回

This commit is contained in:
james 2024-08-06 01:19:50 +08:00
parent 7c71bb5be2
commit 4bb161b8df
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ git remote set-url --add origin git@github.com:*.git
git push -u origin master
# 退到/进到 指定commit的sha码
# 退到/进到 指定commit的sha码(没得再返回了)
git reset --hard dde8c25694f34acf8971f0782b1a676f39bf0a46
```