I have a repo that has two branches, which i would like to work on simultaneously.
After some reading I found git has a script git-new-workdir
.
Im trying run use the script from the git for windows bash but get the following error.
$ git-new-workdir
sh: git-new-workdir: command not found
How do I use this script on windows?