#git bot interface
History of !fixup
- So you lost or broke something or need to otherwise find, fix, or delete commits? Look at https://sukima.github.io/GitFixUm/ for full instructions, or !fixup_hints for the tl;dr. Warning: changing old commits will require you to !rewrite published history!
By canton7 at 2020-01-24 09:45:15
- So you lost or broke something or need to otherwise find, fix, or delete commits? Look at http://sethrobertson.github.com/GitFixUm/ for full instructions, or !fixup_hints for the tl;dr. Warning: changing old commits will require you to !rewrite published history!
By eugenekay at 2012-04-18 20:39:46
- So you lost or broke something or need to otherwise find, fix, or delete commits? Look at http://sethrobertson.github.com/GitFixUm/ for full instructions. For hints type !fixup_hints in IRC. Remember: if you have pushed already, there are only a few things you can do without !rewriting_public_history (type that for more info)
By SethRobertson at 2012-02-07 15:31:53
- So you lost or broke something or need to otherwise find, fix, or delete commits? Look at https://gist.github.com/1612395 for full instructions. For hints type !fixup_hints in IRC. Remember: if you have pushed already, there are only a few things you can do without !rewriting_public_history (type that for more info)
By charon at 2012-02-01 15:33:12
- So you lost or broke something or need to otherwise find, fix, or delete commits? Look at https://gist.github.com/1612395 for full instructions. For hints type !fixup_hints in IRC. Remember, if you have pushed there only a few things you can do without !rewriting_public_history (type that for more info)
By canton7 at 2012-01-22 16:22:38
- So you lost or broke something or need to otherwise find, fix, or delete commits? Look at https://gist.github.com/1612395 for full instructions. For hints type !fixit_hints in IRC. Remember, if you have pushed there only a few things you can do without !rewriting_public_history (type that for more info)
By SethRobertson at 2012-01-21 21:22:07
- So you made a bad commit and want to remove/fix it? Look at https://gist.github.com/1612395 for full instructions. Hints 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-16 19:23:38
- So you made a bad commit and want to remove/fix it? (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 jast at 2012-01-02 22:18:02
- So you made a bad commit and want to remove/fix it? 1) NOT PUSHED/PUBLISHED: `git rebase -i $COMMIT^` or perhaps `git commit --amend`. (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 jast at 2012-01-02 22:17:05
- So you made a bad commit and want to remove/fix it? 1) NOT PUSHED/PUBLISHED: `git rebase -i $COMMIT^` or perhaps `git commit --amend`. (2) OTHERWISE, `git revert $COMMIT` to make a reverse commit. If you have pushed and MUST remove it, use rebase or filter-branch and type !rewriting_public_history in IRC.
By jast at 2012-01-02 22:16:47
- So you made a bad commit and want to remove/fix it? You have two recommended options. First if you HAVE NOT PUSHED, you can use `git rebase -i` or perhaps --amend to remove or change the commit. Second, if you HAVE PUSHED, you can use `git revert $COMMIT` to make a reverse commit. If you have pushed and MUST remove it, use rebase or filter-branch and type !rewriting_public_history in IRC.
By SethRobertson at 2011-12-18 20:44:17
- So you made a bad commit and want to remove/fix it? You have two recommended options. First if you HAVE NOT PUSHED, you can use `git rebase -i` to remove or change the commit. Second, if you HAVE PUSHED, you can use `git revert $COMMIT` to make a reverse commit. If you have pushed and MUST remove it, use rebase or filter-branch and type !rewriting_history in IRC.
By SethRobertson at 2011-12-16 18:42:01
- So you made a bad commit and want to remove/fix it? You have two recommended options. First if you HAVE NOT PUSHED, you can use `git rebase -i` to remove or change the commit. Second, if you HAVE PUSHED, you can use `git revert $COMMIT` to commit a reverse commit. If you have pushed and still remove it. Use rebase or filter-branch and type !rewriting_history in IRC.
By SethRobertson at 2011-12-14 17:14:12
- So you made a bad commit and want to remove/fix it? You have two recommended options. First if you HAVE NOT PUSHED, you can use `git rebase -i` to remove or change the commit. Second, if you HAVE PUSHED, you can use `git revert ` to commit a reverse commit. If you have pushed and you really really want to remove it, you will make everyone else cry. Use rebase (or perhaps filter-branch) and type !rewri
By SethRobertson at 2011-12-14 17:11:26