diff options
author | Silvino Silva <silvino@bk.ru> | 2016-11-18 17:19:59 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-01-12 03:35:54 +0000 |
commit | cb6dc0b2a4325611b32a22a7cdb36d7f42edb15e (patch) | |
tree | 84c2794e1d09a9bad978db4be821a35677fbaf1c /dev/git.html | |
parent | b2d5d69efacbaa542c43241f5af22257a78e5323 (diff) | |
download | doc-cb6dc0b2a4325611b32a22a7cdb36d7f42edb15e.tar.gz |
dev git add new remotes
Diffstat (limited to 'dev/git.html')
-rw-r--r-- | dev/git.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/git.html b/dev/git.html index 11028ee..3660d55 100644 --- a/dev/git.html +++ b/dev/git.html @@ -293,6 +293,12 @@ <h3 id="remote">2.3. Working with remotes</h3> + <p>Adding a new remote;</p> + + <pre> + $ git remote add newremotename https://github.com/user/repo.git + </pre> + <p>Update all branches with remote;</p> <pre> |