base command in git bash code example
Example 1: git basic commands
git checkout -b <branchname>
Example 2: git basic commands
git fetch origin
git reset --hard origin/master
git checkout -b <branchname>
git fetch origin
git reset --hard origin/master