summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederico <fred.rbittencourt@gmail.com>2016-07-10 15:08:47 -0300
committerGitHub <noreply@github.com>2016-07-10 15:08:47 -0300
commit2f4fcddcb3fecff8ea3a4c1ddc851d517db3e098 (patch)
treeb05ae82585a0e80ec68198d4f13e3ca04586c377 /README.md
parent855cc18733a9953ea028456b14186c5a29fa70e0 (diff)
downloadhighline-2f4fcddcb3fecff8ea3a4c1ddc851d517db3e098.tar.gz
no verbose config in git remote add function
Diffstat (limited to 'README.md')
-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```