Инициализировать репозиторий GIT с разным именем
// "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