Added "remote" to example git command for adding the remote repo. user/stompro/fix_random_readme
authorJosh Stompro <github@stompro.org>
Thu, 18 Jun 2015 19:32:56 +0000 (14:32 -0500)
committerJosh Stompro <github@stompro.org>
Thu, 18 Jun 2015 19:32:56 +0000 (14:32 -0500)
Signed-off-by: Josh Stompro <github@stompro.org>
README

diff --git a/README b/README
index 939ae5a..cd0cd04 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ This repo is for putting random things in.
 
 You can push to it from your own repos without building off of the master branch, or anything else in it really. For example:
 
-git add random git@git.evergreen-ils.org:working/random
+git remote add random git@git.evergreen-ils.org:working/random
 git push random local_branch:user/yourusername/local_branch
 
 Otherwise it follows the rules of working repos.