Skip to content

branching

Tom J edited this page Oct 28, 2018 · 4 revisions

Remove stable branch and choose a new commit from master as a basis for stable branch

git checkout master
git branch -d stable
git branch stable HASH
git push origin stable
Clone this wiki locally