Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
DocSavage edited this page Sep 12, 2010 · 5 revisions

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
Clone this wiki locally