I use git for a website. So at first I started with master, created develop and worked in it. The website is finished by now. I merged develop into master and tagged it with v1.0.
What about the 'develop'-branch? Do I work just as usual, or should i delete develop, clone it from master and start with a fresh develop-branch?
And, if I work as usual and merge later, like for a release-1.1, does git merge old commits again? It shouldn't, because of the same SHA-keys...?