diff options
author | Federico Igne <git@federicoigne.com> | 2022-02-04 20:19:55 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2022-02-07 18:44:07 +0000 |
commit | 17113ad628458ea057a78040429023387f58256c (patch) | |
tree | 1036d9a68332c7dd1b13c0299b3f6801849d88ef | |
parent | 354d8725aeca141651d439d0d798dd4dc9c974d9 (diff) | |
download | gitgud-17113ad628458ea057a78040429023387f58256c.tar.gz gitgud-17113ad628458ea057a78040429023387f58256c.zip |
Git {remote,push,pull} 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 bbff1be..7dd1940 100644 --- a/presentation/presentation.md +++ b/presentation/presentation.md | |||
@@ -108,7 +108,11 @@ css: custom.css | |||
108 | 108 | ||
109 | ## Collaborate with others | 109 | ## Collaborate with others |
110 | 110 | ||
111 | <!-- A missing page --> | 111 | - `git remote` |
112 | |||
113 | - `git pull <remote> <branch>` | ||
114 | |||
115 | - `git push <remote> <branch>` | ||
112 | 116 | ||
113 | # Final remarks | 117 | # Final remarks |
114 | 118 | ||