Posted by
jp on Oct 9th, 2009 in
blog |
0 comments
Ok, let’s start this with style…
http://www.seabreacher.com
I won’t be showing this posts in the regular home though, they don’t really fit in...
Posted by
jp on Sep 21st, 2009 in
blog,
tech |
0 comments
I was looking for a way to keep more than one repository updated when I’m working on personal projects, don’t ask. So I found some useful information I’m going to post here for future reference.
Example part of a “.git/config” file:
[remote 'all']
url=ssh://user@server/repos/g0.git
url=ssh://user@server/repos/g1.git
url=ssh://user@server/repos/g2.git
...