Release branch
Tworzenie
git checkout -b release-1.1.0 develop
...
git commit -m "Release 1.1.0."
git checkout master
git merge --no-ff release-1.1.0
git tag -a 1.1.0
git push origin master
git push --tags
Łączenie z branchem develop
git checkout develop
git pull origin develop
git merge --no-ff release-1.1.0
Po tych operacjach branch develop będzie wyglądać następująco: