Home
Customizing Bloog for yourself
I think this should work…
git clone git://github.com/DocSavage/bloog.git cd bloog git checkout -b myblog origin [Do lots of alterations, particularly customizing config.py] git commit -a -m "I customized a Bloog!" [Bloog master repository gets updated] git rebase origin
To get more information on git rebase, check this guide
