#git bot interface
History of !fixit_hints
- @!fixup_hints
By jrnieder at 2012-01-23 07:07:58
- @!fixit_hints
By SethRobertson at 2012-01-21 21:24:12
- !@fixit
By SethRobertson at 2012-01-21 21:23:13
- Hints for fixing commits are: (1) NOT PUSHED/PUBLISHED: `git rebase -i $COMMIT^` or perhaps `git commit --amend` (or `git reset HEAD^`). (2) OTHERWISE, `git revert $COMMIT` to make a reverse commit. (3) If you have pushed and MUST remove it, use rebase or filter-branch and type !rewriting_public_history in IRC.
By SethRobertson at 2012-01-21 19:50:35