Suppose I have this feature branch \"foo\". Now I want to merge it back into master, but I\'ve added some debugging code that I don\'t want in master.
The debug cod
Despite what other SCMs use it to mean, in git, git revert is an inverse cherry-pick.
git
git revert