Reset this worktree to latest main and create a new branch for fresh work.
Steps:
git fetch origin maingit reset --hard origin/main- Create a new branch:
git checkout -b $ARGUMENTS
If no branch name is provided, ask the user what to name the branch.