diff --git a/content/cheat-sheet/_index.html b/content/cheat-sheet/_index.html index cea6851f91..0e9d5a3abf 100644 --- a/content/cheat-sheet/_index.html +++ b/content/cheat-sheet/_index.html @@ -86,10 +86,14 @@
git reset <file>
+ OR
+ git restore --staged <file>
git reset
+ OR
+ git restore --staged .
git reset --hard
+ OR
+ git restore --staged --worktree .