Undo last commit git reset --[soft | hard] HEAD~1 If the commit was already merged git revert HEAD and after that push Upload branch to remote git push -u origin [BRANCH_NAME] Flow tag After make the push or the merge git tag -a 4.0.3 [COMMIT_HASH] ...
topomuerto.hashnode.dev1 min read
No responses yet.