Skip to content

Instantly share code, notes, and snippets.

View NTruchaud's full-sized avatar

Nils Truchaud NTruchaud

View GitHub Profile
git checkout develop
git checkout -b feature_branch
git checkout develop
git checkout -b feature_branch
git flow feature start feature_branch
git flow feature start feature_branch
git checkout develop
git merge feature_branch
git flow feature finish feature_branch
git checkout develop
git checkout -b release/0.1.0
git flow release start 0.1.0
git checkout develop
git merge release/0.1.0
git checkout master
git checkout merge release/0.1.0
git flow release finish '0.1.0'