summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2016-07-11 00:56:25 -0300
committerGitHub <noreply@github.com>2016-07-11 00:56:25 -0300
commit0d3fe13fdb824d53fffed36060eb139151c10a52 (patch)
treeb05ae82585a0e80ec68198d4f13e3ca04586c377
parent855cc18733a9953ea028456b14186c5a29fa70e0 (diff)
parent2f4fcddcb3fecff8ea3a4c1ddc851d517db3e098 (diff)
downloadhighline-0d3fe13fdb824d53fffed36060eb139151c10a52.tar.gz
Merge pull request #202 from fredrb/patch-1
No verbose config in git remote add function
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b4b258..f290b87 100644
--- a/README.md
+++ b/README.md
@@ -155,7 +155,7 @@ Contributing
4. Add the main HighLine repository as the __upstream__ remote
- ```cd highline``` # to enter the cloned repository directory.
- - ```git remote add -v upstream https://github.com/JEG2/highline```
+ - ```git remote add upstream https://github.com/JEG2/highline```
5. Keep your fork in sync with __upstream__
- ```git fetch upstream```