Skip to content
matthew-parlette edited this page Dec 13, 2012 · 10 revisions

Descriptions and guides for the development of bitfl

Development Process

http://scottchacon.com/2011/08/31/github-flow.html

How To

Setup git remote

$ git remote <url from github>

Create new branch

`$ git checkout -b feature_branch

$ git push origin feature_branch`

Update all branches

$ git fetch

Clone this wiki locally