@brandon_wallace You helped me do better search with your reply and I am nearly done with this,
The solution is here.
- This is the command
git worktree add [-b <new-branch>] <path>
This creates a new working tree in a new folder.
However, I still encounter an issue, the linked working tree does not sync automatically even though I did some reading and it is supposed to sync automatically.
My question is:
- How to make the linked working tree sync automatically?
If you have the answer let me know, meantime I will keep searching and testing.