Rewriting git history to convert master branch to development branch?

Posted by gct on Stack Overflow See other posts from Stack Overflow or by gct
Published on 2010-03-27T19:21:32Z Indexed on 2010/03/27 19:23 UTC
Read the original article Hit count: 175

Filed under:
|

I'm looking to rewrite my git repo to use a new branching model I came across:

http://nvie.com/git-model

But right now all my history lives in the master branch. I'd like to rewrite it (possible using git-filter-branch?) So that all that history is in a branch called development now.
Is this possible? It's definitely beyond my limited git skills.

© Stack Overflow or respective owner

Related posts about git

Related posts about history