https://stackoverflow.com/questions/47630950/how-can-i-switch-to-another-branch-in-git
You need to setup your config to auto complete as well so when pulling/pushing/checkingout it knows to try origin.
git checkout [branch name]git switch -c [name]https://stackoverflow.com/questions/47630950/how-can-i-switch-to-another-branch-in-git
You need to setup your config to auto complete as well so when pulling/pushing/checkingout it knows to try origin.
git checkout [branch name]git switch -c [name]