diff options
author | Federico Igne <git@federicoigne.com> | 2022-02-04 20:18:31 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2022-02-07 18:44:07 +0000 |
commit | 3e0e08574c6b09fad5868716823594e69c94d4fa (patch) | |
tree | 46f5a713a527b1cebd1f96ae884527bac0e9386d | |
parent | 3054b20a0883f5af2acc9193abadbcbc742a101f (diff) | |
download | gitgud-3e0e08574c6b09fad5868716823594e69c94d4fa.tar.gz gitgud-3e0e08574c6b09fad5868716823594e69c94d4fa.zip |
Git commit command
-rw-r--r-- | presentation/presentation.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/presentation/presentation.md b/presentation/presentation.md index df67079..657e8a8 100644 --- a/presentation/presentation.md +++ b/presentation/presentation.md | |||
@@ -82,7 +82,9 @@ css: custom.css | |||
82 | 82 | ||
83 | ## Commit changes | 83 | ## Commit changes |
84 | 84 | ||
85 | <!-- A missing page --> | 85 | - `git commit` |
86 | |||
87 | - `git commit --amend` | ||
86 | 88 | ||
87 | # Branch out | 89 | # Branch out |
88 | 90 | ||