so Fred, whens the next checkin ?

Official FreeEMS vanilla firmware development, the heart and soul of the system!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: so Fred, whens the next checkin ?

Post 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.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: so Fred, whens the next checkin ?

Post 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.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Post Reply