Basic git
- Make sure your local copy of the selected branch is updated.
git pull
- Check your repo branches
- Local branches
git branch
- All branches on remote repo
git branch -r
- Local branches
- Create a branch and access it
git pull
git branch
git branch -r