From: Josh Stompro Date: Thu, 18 Jun 2015 19:32:56 +0000 (-0500) Subject: Added "remote" to example git command for adding the remote repo. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4d1edef6a66f55ab25de021573282f8e59835d0e;p=working%2Frandom.git Added "remote" to example git command for adding the remote repo. Signed-off-by: Josh Stompro --- diff --git a/README b/README index 939ae5a7f..cd0cd04eb 100644 --- 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.