Create a fresh branch from the latest master:
- •Fetch from origin
- •Create a new branch from origin/master with timestamp
Run the following commands:
bash
git fetch origin && git checkout -B "work/temp-$(date +%Y%m%d-%H%M%S)" origin/master
After completion, show the current branch with git branch --show-current.
Finally, run /clear to reset the conversation.