GIT guidelines

Create new branch

git checkout -b my-new-branch

Get a branch from remote server

git checkout -b remote-branch origin/remote-branch