remote$ mkdir public_html/git (etch) remote$ GIT_DIR=~/public_html/git/monkeysphere.git git init-db remote$ cd ~/public_html/git/monkeysphere.git remote$ chmod a+x hooks/post-update # NOT SURE IF THIS IS NEEDED: remote$ git-update-server-info fetch = +refs/heads/*:refs/remotes/dkg/* (newer) remote$ mkdir -p public_html/git/monkey.git remote$ cd public_html/git/monkey.git remote$ git --bare init remote$ chmod a+x hooks/post-update remote$ git-update-server-info (new way! no origin/) $ cd ~/src $ mkdir monkeysphere $ cd monkeysphere $ git init $ git remote add -f mlcastle http://git.mlcastle.net/monkeysphere.git/ $ git remote add grunt grunt:/whatever $ git config remote.grunt.push "+refs/heads/*" $ git merge mlcastle/master $ git push grunt (old way!) (in ~/src or wherever) local$ git clone http://git.mlcastle.net/monkeysphere.git/ monkeysphere local$ cd monkeysphere .git/config: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ## THIS ONE NEEDS TO BE CHANGED TO YOUR REMOTE URI [remote "post"] url = YOUR-REMOTE-URL/git/monkeysphere.git push = +refs/heads/* ### THE ABOVE ONE NEEDS TO BE CHANGED [remote "mlcastle"] url = http://git.mlcastle.net/monkeysphere.git/ fetch = +refs/heads/*:refs/remotes/mlcastle/* [remote "jrollins"] url = http://lair.fifthhorseman.net/~jrollins/git/monkeysphere.git/ fetch = +refs/heads/*:refs/remotes/jrollins/* [remote "dkg"] url = http://lair.fifthhorseman.net/~dkg/git/monkeysphere.git/ fetch = +refs/heads/*:refs/remotes/dkg/* [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/* [remote "enw"] url = http://lair.fifthhorseman.net/~enw/git/monkeysphere.git/ fetch = +refs/heads/*:refs/remotes/enw/* [remote "rossg"] url = http://lair.fifthhorseman.net/~rossg/git/monkeysphere.git/ fetch = +refs/heads/*:refs/remotes/rossg/* [remote "greg"] url = http://lair.fifthhorseman.net/~greg/git/monkeysphere.git/ fetch = +refs/heads/*:refs/remotes/greg/* blood type = ----------------- [remote "upload"] url = ssh://z.mlcastle.net/var/www/git/monkeysphere.git/ push = +refs/heads/* $ git fetch dkg $ git checkout master $ git merge remotes/dkg/master $ 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) git remote update what are the configurations below? --------------------- set mainfont {Arial 12} set textfont { Courier 12} set uifont {Arial 10 bold} set tabstop 8 set findmergefiles 0 set maxgraphpct 50 set maxwidth 16 set cmitmode patch set wrapcomment none set showneartags 1 set showlocalchanges 1 set datetimeformat {%Y-%m-%d %H:%M:%S} set limitdiffs 1 set bgcolor white set fgcolor black set colors {green red blue magenta darkgrey brown orange} set diffcolors {red "#00a000" blue} set diffcontext 3 set selectbgcolor gray85 set geometry(main) 1280x936+14+28 set geometry(topwidth) 1278 set geometry(topheight) 286 set geometry(pwsash0) "638 1" set geometry(pwsash1) "903 1" set geometry(botwidth) 1001 set geometry(botheight) 638 set permviews {} --------------------- on value='2'>stat only
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/02/81
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
master
Diffstat (limited to 'tags/02/81')
-rw-r--r--tags/02/81/20111212175718.GC31793@elie.hsd1.il.comcast.net/debian0
-rw-r--r--tags/02/81/20161209013139.6D6CB1C2B6@jawa.homebase.dk/hb0
-rw-r--r--tags/02/81/20161209013139.6D6CB1C2B6@jawa.homebase.dk/sys0
-rw-r--r--tags/02/81/20161209013139.6D6CB1C2B6@jawa.homebase.dk/unread0
-rw-r--r--tags/02/81/20170129054647.481B31C061@jawa.homebase.dk/hb0
-rw-r--r--tags/02/81/20170129054647.481B31C061@jawa.homebase.dk/sys0
-rw-r--r--tags/02/81/20170129054647.481B31C061@jawa.homebase.dk/unread0
-rw-r--r--tags/02/81/20170803110002.7519F7457@lxp5.free-owl.de/sys0
-rw-r--r--tags/02/81/20170803110002.7519F7457@lxp5.free-owl.de/unread0
-rw-r--r--tags/02/81/20170917030002.102F17A7C@lxp5.free-owl.de/sys0
-rw-r--r--tags/02/81/20170917030002.102F17A7C@lxp5.free-owl.de/unread0
-rw-r--r--tags/02/81/20180408043634.2F75D76A4@lxp5.free-owl.de/sys0
-rw-r--r--tags/02/81/20180408043634.2F75D76A4@lxp5.free-owl.de/unread0
-rw-r--r--tags/02/81/20190630230224.wkqeuoc7uoiil2ae@enricozini.org/debconf0
-rw-r--r--tags/02/81/20190630230224.wkqeuoc7uoiil2ae@enricozini.org/debian0
-rw-r--r--tags/02/81/20190630230224.wkqeuoc7uoiil2ae@enricozini.org/unread0
-rw-r--r--tags/02/81/20191020070002.76DBF1CE0A4@lxp5.free-owl.de/sys0
-rw-r--r--tags/02/81/20191020070002.76DBF1CE0A4@lxp5.free-owl.de/unread0
-rw-r--r--tags/02/81/491F0F77.5030202@munksoegaard.dk/inbox0
-rw-r--r--tags/02/81/491F0F77.5030202@munksoegaard.dk/old0
-rw-r--r--tags/02/81/4EE349E6.9070105@schampijer.de/sugar0
-rw-r--r--tags/02/81/4EE349E6.9070105@schampijer.de/unread0
-rw-r--r--tags/02/81/BANLkTimGdDxmO3wBZ0ntrhOxyA2U-uXk9A@mail.gmail.com/sugar0
-rw-r--r--tags/02/81/BANLkTimGdDxmO3wBZ0ntrhOxyA2U-uXk9A@mail.gmail.com/unread0
-rw-r--r--tags/02/81/E1pOAKY-00Em41-F9@respighi.debian.org/debian0
-rw-r--r--tags/02/81/E1pOAKY-00Em41-F9@respighi.debian.org/inbox0
-rw-r--r--tags/02/81/E1pOAKY-00Em41-F9@respighi.debian.org/killed0
-rw-r--r--tags/02/81/E1pOAKY-00Em41-F9@respighi.debian.org/unread0
-rw-r--r--tags/02/81/b54d1a8b-1cad-3df1-8b87-7bd4e623e91a@jesperlund.com/freedom0
-rw-r--r--tags/02/81/bff94699f6f14f44633a994efa92053a@localhost.localdomain/inbox0
-rw-r--r--tags/02/81/bff94699f6f14f44633a994efa92053a@localhost.localdomain/killed0
-rw-r--r--tags/02/81/bff94699f6f14f44633a994efa92053a@localhost.localdomain/unread0
-rw-r--r--tags/02/81/p05010401b759043f8d84@%5b192.168.1.3%5d/inbox0
-rw-r--r--tags/02/81/p05010401b759043f8d84@%5b192.168.1.3%5d/old0
-rw-r--r--tags/02/81/p05010401b759043f8d84@%5b192.168.1.3%5d/replied0
35 files changed, 0 insertions, 0 deletions