Add git-abort#865
Merged
spacewander merged 1 commit intotj:masterfrom Jul 8, 2021
Merged
Conversation
Contributor
Author
|
Hi, my proposed command is really useful for me, despite being so simple :) PK |
|
ping @spacewander looks cool, could you please merge? @pkitszel there are merge conflicts, could you please fix those? |
bl-ue
approved these changes
May 22, 2021
Collaborator
|
I will take a look after the conflict is solved. |
New subcommand just calls git $op --abort, where $op is current git operation, like rebase
631bacc to
b8e58ee
Compare
Contributor
Author
|
@spacewander, I have resolved the conflict. |
spacewander
approved these changes
Jul 6, 2021
oikarinen
added a commit
to oikarinen/git-extras
that referenced
this pull request
Nov 4, 2024
Also refactor `git-abort` to parse action from the called file name. There's a promise for this in tj#865 but that was a long time ago.
Merged
spacewander
pushed a commit
that referenced
this pull request
Nov 28, 2024
* feat: add git-continue Also refactor `git-abort` to parse action from the called file name. There's a promise for this in #865 but that was a long time ago. * fix: add git-continue address review comments, fix the script, remove unnecessary testpath import.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New subcommand just calls git $op --abort, where $op is current git operation, like rebase