How to switch branch in git
If you’re fairly new to git and you’ve found this post, you probably know how to clone a git repo, and now you’re wondering how to switch branches. When you clone the repo you’ll generally start out on the main/master branch, and now you want to change to a feature branch before you start coding. … Read more