Let\'s say I am about to implement 3 different features in 3 different files (fileA, fileB an fileC) for a new project of mine.
I thought I\'d just need to add my (c
You can do an empty initial commit with:
git commit --allow-empty
And then you can create your branches as you like.