Page 2 of 2

Re: so Fred, whens the next checkin ?

Posted: Thu Apr 29, 2010 11:44 pm
by Fred
sry_not4sale wrote:fredcooke pushed to master at fredcooke/freeems-vanilla about 8 hours ago

OMGWTFBBQ

:D yay!
Look forward to more of those! The only reason I didn't do it more was because it was all in a mess. I'll be sure to always keep myself in sync between boxes and the web in future. I have a gitorious account too. I should put the latest into that just in case github packs its pants :-)

Fred.

Re: so Fred, whens the next checkin ?

Posted: Fri Apr 30, 2010 12:08 am
by Fred
http://gitorious.org/freeems-vanilla

Pushed there too! Gotta love distributed version control and automatic redundancy :-)

Code: Select all

[remote "origin"]
        url = git@github.com:fredcooke/freeems-vanilla.git
        fetch = +refs/heads/*:refs/remotes/origin/*
        push = refs/heads/master:refs/heads/master
[remote "alternate"]
        url = git@gitorious.org:freeems-vanilla/freeems-vanilla.git
        fetch = +refs/heads/*:refs/remotes/alternate/*
        push = refs/heads/master:refs/heads/master
My config to allow that ^

On master :

Code: Select all

git push alternate
Or just

Code: Select all

git push
Too easy :-)

Fred.