Git Remotes & Remote Branches (Rough Draft for Reference)

  git remote add development git@github.com:user/repository.git (where origin is development) git checkout -b development (where…