I have several git repositories.
For every project I need a few of them (tags or branches).
After the project is finished I create a branch from the last commit.
Because the next Project there could be radical changes, so they may not be compatible to each other any more.
But is it better to just tag the commit first, and create a branch if I need it(bug fixes etc) afterwards?
Does it even matter?