how to setup development branch in git code example Example: create development branch from master git Click to copy$ git checkout -b development $ git push origin development