diff options
author | Federico Igne <git@federicoigne.com> | 2022-02-04 20:16:37 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2022-02-07 18:44:07 +0000 |
commit | cc159aec2594b28188a35f473ffdd5fbd80b0e60 (patch) | |
tree | 90ad8addbedd7829ae29f14574ef739f6377846b | |
parent | e79b925fdcda307bfb05252a84a139330667bb73 (diff) | |
download | gitgud-cc159aec2594b28188a35f473ffdd5fbd80b0e60.tar.gz gitgud-cc159aec2594b28188a35f473ffdd5fbd80b0e60.zip |
Git {status,log,show} commands
-rw-r--r-- | presentation/presentation.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/presentation/presentation.md b/presentation/presentation.md index 99a0559..6526bbd 100644 --- a/presentation/presentation.md +++ b/presentation/presentation.md | |||
@@ -60,7 +60,11 @@ css: custom.css | |||
60 | 60 | ||
61 | ## Inspect a repository | 61 | ## Inspect a repository |
62 | 62 | ||
63 | <!-- A missing page --> | 63 | - `git status` |
64 | |||
65 | - `git log` and variations | ||
66 | |||
67 | - `git show <commit>` | ||
64 | 68 | ||
65 | # Prepare for a new commit | 69 | # Prepare for a new commit |
66 | 70 | ||