It is usually a good idea to pull changes from the upstream and keep the master update before creating a new branch:
git pull
Create a new branch on your local machine and switch to the branch:
git checkout -b new_branch_name
It is usually a good idea to pull changes from the upstream and keep the master update before creating a new branch:
git pull
Create a new branch on your local machine and switch to the branch:
git checkout -b new_branch_name