git work-flow is first and foremost about discipline. A disorganised approach leads a repository becoming unusable over time.
[Chisel] has multiple branches. Since it's forked, my master
branch is always at-par with the original developer's code base. Occasionally, I branch-out of master
, work-on a feature, and when it's ready, I send a pull request to the developer for merging it into the master
branch — this though is exceedingly rare.
To update my site, I use the ck
branch, which includes site-specific configuration, custom features, and modifications. I run Chisel as follows: