ruby 'mind.rand' | awk '{ print $1 }'

wishlist start

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...

git, pushing to multiple repositories

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 ...
Powered by Wordpress | Designed by Elegant Themes