To revert the local branch:
To revert the remote branch AFTER the previous step has been performed:
Categories: How-To's, Technology Tags: git, git revert, HEAD, Merge, Reset, Revert | No comments
shell$ git log | head -1 commit a203e1bd04718bff10a3df4a3389c493c97c0432 Use the commit string as the last argument to the git revert command: shell$ git revert -m 1 a203e1bd04718bff10a3df4a3389c493c97c0432
Categories: How-To's, Technology Tags: commit, git, git merge, git revert, howto, last, Last Commit, Merge, Mistake, Revert, Revert Commit, revert merge, tips | No comments