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