I am very new to git.
Not so long ago I learnt about GitFlow, and I'd like to utilize it, however I have already got a long commit history in my master branch.
Can I move everything over to develop, so I'll get the whole history, and commiting only my latest release to master?
I am using Tower on my mac, but I am happy to use command line as well.