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
I always init branch by commiting an emptyfile:
touch a git add a git commit -m'init'
then it create branch "master" automatically. After that you can delete the file 'a'.