Skip to content

Instantly share code, notes, and snippets.

@nmpegetis
Last active December 20, 2018 19:55
Show Gist options
  • Save nmpegetis/8fa0baee7ef46dfdf96601464c84f55c to your computer and use it in GitHub Desktop.
Save nmpegetis/8fa0baee7ef46dfdf96601464c84f55c to your computer and use it in GitHub Desktop.
git clone http://<username>@<remote-project-directory>.git

git checkout master
git checkout -b <development branch> # e.g. git checkout -b dev
git checkout -b <development feature branch> # e.g. git checkout -b dev/featureA

# optionally, just to verify you are in the correct branch
git branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment