diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-05-03 13:54:38 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-05-03 13:54:38 -0400 |
commit | 9aa595ec4543187906cc166c1c173b863717ea96 (patch) | |
tree | 774fc0ae30096e7087c7de7a0ac1208ab89d2936 /doc/git init | |
parent | d19ed9fb6cc0bd7de9eb14b6d192c9eaccedc427 (diff) |
adding jamie's git remote stanza.
Diffstat (limited to 'doc/git init')
-rw-r--r-- | doc/git init | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git init b/doc/git init index 7ba5071..8ddc400 100644 --- a/doc/git init +++ b/doc/git init @@ -57,6 +57,10 @@ local$ cd monkeysphere [remote "mjgoins"] SEE: dkg, jrollins, etc. +[remote "jamie"] + url = http://current.workingdirectory.net/projects/monkeysphere.git + fetch = +refs/heads/*:refs/remotes/jamie/* + [remote "micah"] url = http://micah.riseup.net/git/monkeysphere.git fetch = +refs/heads/*:refs/remotes/micah/* |