Git create new branch in new folder
up vote
0
down vote
favorite
I know how to create branches in git bash with git branch develop then to switch to that branch git checkout develop I want this specific branch to have it's own folder and anytime i commit to this branch the folder is updated. How do i accomplish this in Git bash?
git
share | improve this question
asked Nov 9 at 11:23
user892134
1,106 5 35 78
have separate repos ...
...