aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-02-04 20:19:04 +0000
committerFederico Igne <git@federicoigne.com>2022-02-07 18:44:07 +0000
commit354d8725aeca141651d439d0d798dd4dc9c974d9 (patch)
treea48029454fecef128e3a0dcc29a33413d52bfe7c
parent3e0e08574c6b09fad5868716823594e69c94d4fa (diff)
downloadgitgud-354d8725aeca141651d439d0d798dd4dc9c974d9.tar.gz
gitgud-354d8725aeca141651d439d0d798dd4dc9c974d9.zip
Git {branch,checkout,merge} commands
-rw-r--r--presentation/presentation.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/presentation/presentation.md b/presentation/presentation.md
index 657e8a8..bbff1be 100644
--- a/presentation/presentation.md
+++ b/presentation/presentation.md
@@ -92,7 +92,15 @@ css: custom.css
92 92
93## Branch out 93## Branch out
94 94
95<!-- A missing page --> 95- `git branch`
96
97- `git branch <name>`
98
99- `git checkout <target>`
100
101- `git checkout -b <name> <target>`
102
103- `git merge`
96 104
97# Collaborate with others 105# Collaborate with others
98 106