From 4d1edef6a66f55ab25de021573282f8e59835d0e Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Thu, 18 Jun 2015 14:32:56 -0500 Subject: [PATCH] Added "remote" to example git command for adding the remote repo. Signed-off-by: Josh Stompro --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0