My master branch is currently syncing with a local folder W:\folder2
.
I'd like my master branch to sync with local folder W:\folder1
instead.
How can I do this?
I was playing around, while learning, in GitShell with git worktree add <second path>
and git checkout master
and git checkout -b <new branch>
commands.
Before, my master branch was synced with local folder W:\folder1
.
Now it's synced with local folder W:\folder2
.
I think I accidentally switched something.
How do I switch it back?