cleaning up the git initialization document.
[monkeysphere.git] / doc / git init
index 7ba5071ed282b988ad1dcfc72b7ba14096e6e85d..612d477af00a72d16993ab7a4e049720e17d1590 100644 (file)
@@ -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/*
@@ -94,10 +98,10 @@ $ git push post
 grunt's fingerprint: be:43:9c:03:9c:04:1a:97:7a:61:8a:fe:71:9d:6c:67
 (grunt is lair.fifthhorseman.net)
 
-for foo in $(git remote); do git fetch $foo; done
-
-
+git remote update
 
+what are the configurations below?
+---------------------
 set mainfont {Arial 12}
 set textfont { Courier 12}
 set uifont {Arial 10 bold}
@@ -125,4 +129,4 @@ set geometry(pwsash1) "903 1"
 set geometry(botwidth) 1001
 set geometry(botheight) 638
 set permviews {}
-
+---------------------