I wanted to run git switch -c [new branch name].
Unfortunately, I have discovered that I'm using a version of git older than when that was added.
I'm worried I'll accidently lose my progress when switching to a new branch.
How would I do this switch when using an older version of git?
git checkout -b [new-branch-name]. Do not be worried about losing progress when switching branches.git switchis unclear? It’s an experimental which replaces some use-cases forgit checkout.