easy git worktree solution
npm install kabatree~example~
npx kabatree newBranch
= git worktree add -b new_branch ../new_branch master; rsync -a -I --exclude='.git' ../AwesomeProject/ ../new_branch
then
cd ..; ls
Wow! there is the branch!
you can commit and push in newBranch!
~option~
--vscode = open worktee by vscode