Added branch switch command

LolZim 2021-04-18 14:25:20 +02:00
parent 5af98a2e80
commit 8861d56463

@ -62,6 +62,7 @@ More information is available in the [Contributing guidelines][contributing].
1. You can also update your refs to reflect any remote branches that have been deleted (`git fetch --prune`)
1. You can view all branches that you have a local copy of (`git branch`)
1. You can also view ALL branches, including those only on the remote (`git branch -a`)
1. You can switch from a branch to another (`git switch <branch name>`)
# Rewriting history