Files
git/Documentation
Jonathan Nieder 539047c19e revert: introduce --abort to cancel a failed cherry-pick
After running some ill-advised command like "git cherry-pick
HEAD..linux-next", the bewildered novice may want to return to more
familiar territory.  Introduce a "git cherry-pick --abort" command
that rolls back the entire cherry-pick sequence and places the
repository back on solid ground.

Just like "git merge --abort", this internally uses "git reset
--merge", so local changes not involved in the conflict resolution are
preserved.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-11-22 18:16:59 -08:00
..
2011-09-07 11:18:18 -07:00
2011-08-08 09:30:12 -07:00
2011-11-08 16:38:14 -08:00
2011-08-30 12:35:51 -07:00
2011-09-06 11:42:12 -07:00
2011-05-19 10:55:54 -07:00
2011-03-11 10:59:16 -05:00
2011-10-05 12:36:23 -07:00
2011-10-23 21:48:06 -07:00
2010-07-05 13:39:02 -07:00
2011-11-08 16:38:14 -08:00
2010-07-20 16:59:17 -07:00