diff --git a/content/cheat-sheet/_index.html b/content/cheat-sheet/_index.html index cea6851f91..b09f546ae0 100644 --- a/content/cheat-sheet/_index.html +++ b/content/cheat-sheet/_index.html @@ -85,11 +85,11 @@
git reset <file>
+ git restore --staged <file>
git reset
+ git restore --staged .
git reset --hard
+ git restore --staged --worktree .