We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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