Closed HernandoMV closed 2 years ago
git init -b main gives error in version 2.7.4
git init -b main
did this instead: git init git checkout -b main
git init
git checkout -b main
maybe is good to add it to readme. Also, explicit instructions for how to install cookiecutter: pip install cookiecutter
pip install cookiecutter
@HernandoMV is this issue arising just because an old version of Git doesn't support the newer syntax?
I think so. I haven't tried to update git though
git init -b main
gives error in version 2.7.4did this instead:
git init
git checkout -b main
maybe is good to add it to readme. Also, explicit instructions for how to install cookiecutter:
pip install cookiecutter