We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7c369 commit 63a9a68Copy full SHA for 63a9a68
git-wizard
@@ -193,6 +193,7 @@ in_progress()
193
prop s in_progress '%1' "$(git status --untracked-files=no HEAD | grep -q -e "You are" -e "in progress" && echo "an operation")"
194
actg in_progress ' ' "Check head status" 'status --untracked-files=no HEAD' # without modifered
195
actg in_progress c "Continue rebase" 'rebase --continue'
196
+ actg in_progress p "Show current patch" 'am --show-current-patch'
197
# TODO:
198
# git status -uno HEAD | grep 'rebase in progress'
199
# git commit --amend
0 commit comments