git branch testing
git checkout -b dev // create a branch and switch to it git checkout master
git branch -d myBranch