Skip to content

branching

Tom J edited this page Nov 1, 2018 · 4 revisions

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

cd ~/git/flowcrypt-browser
git checkout master
git branch -D stable
git branch stable HASH
git push origin stable
# git push origin stable --force