Initialisieren Sie das Git -Repository mit unterschiedlichem Namen
// "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