Git Initial Operations (Checkout Master, Create a new Branch, Push to Git Repository)
git checkout master : git checkout -b troubleshoot-review : git push -u origin troubleshoot-review
Updating Git with changes
git commit -am “Fixed Express release”
git push