Initialiser le référentiel GIT avec un nom différent
// "hello" will be the name of the repo
git init -b hello
Jatin Sharma
// "hello" will be the name of the repo
git init -b hello