aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-02-04 20:17:15 +0000
committerFederico Igne <git@federicoigne.com>2022-02-07 18:44:07 +0000
commit3054b20a0883f5af2acc9193abadbcbc742a101f (patch)
tree656a6b2d8f0069a11d55e1d47d67465312e4c431
parentcc159aec2594b28188a35f473ffdd5fbd80b0e60 (diff)
downloadgitgud-3054b20a0883f5af2acc9193abadbcbc742a101f.tar.gz
gitgud-3054b20a0883f5af2acc9193abadbcbc742a101f.zip
Git {add,reset} commands
-rw-r--r--presentation/presentation.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/presentation/presentation.md b/presentation/presentation.md
index 6526bbd..df67079 100644
--- a/presentation/presentation.md
+++ b/presentation/presentation.md
@@ -72,7 +72,9 @@ css: custom.css
72 72
73## Prepare for a new commit 73## Prepare for a new commit
74 74
75<!-- A missing page --> 75- `git add <path>`
76
77- `git reset <path>`
76 78
77# Commit changes 79# Commit changes
78 80