git-am and git-rebase inconsistency
From: David Kågedal <hidden>
Date: 2016-06-15 22:42:50
From: David Kågedal <hidden>
Date: 2016-06-15 22:42:50
The git-am and git-rebase commands have some similarities in that both try to apply patches and may fail in the middle. Both commands can be rerun to continue the application. The --skip option is used in both to skip one patch, but when a conflict has been resolved, git-rebase uses --continue, and git-am uses --resolved for what seems to me to be the equivalent action. It would probably be good, although not terribly important, if these commands were change to be in harmony. But I'm not sure which option I like best... -- David Kågedal