Initialisieren Sie das Git -Repository mit unterschiedlichem Namen

// "hello" will be the name of the repo
git init -b hello
Jatin Sharma