From be83b66ee3566daeb7dcfbd492946d1090601bef Mon Sep 17 00:00:00 2001 From: inkarkat Date: Mon, 13 Sep 2010 01:26:26 -0700 Subject: [PATCH] Migrated from developer-documentation v7 --- Developer-Documentation.textile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Developer-Documentation.textile b/Developer-Documentation.textile index e8554c3..516ae8e 100644 --- a/Developer-Documentation.textile +++ b/Developer-Documentation.textile @@ -14,7 +14,12 @@ On your dev system, install Git and clone your repository:
 git clone git@github.com:username/todo.txt-cli.git
-git remote add upstream git://github.com/maintainer/todo.txt-cli.git
+
+ +We'll add Gina's authoritative repository as __upstream__, so that you can easily sync with it: + +
+git remote add upstream git://github.com/ginatrapani/todo.txt-cli.git
 git fetch upstream