I want to move my current git branch to different git worktree b/c I want to modify the read/write file permissions without effecting the file permissions of the other branches in the current worktree.
How can I move/copy my current branch to a different worktree and how can I get back to the original worktree?