Skip to content

Commit 63a9a68

Browse files
Costa ShulyupinCosta Shulyupin
Costa Shulyupin
authored and
Costa Shulyupin
committed
show-current-patch
1 parent 7f7c369 commit 63a9a68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-wizard

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ in_progress()
193193
prop s in_progress '%1' "$(git status --untracked-files=no HEAD | grep -q -e "You are" -e "in progress" && echo "an operation")"
194194
actg in_progress ' ' "Check head status" 'status --untracked-files=no HEAD' # without modifered
195195
actg in_progress c "Continue rebase" 'rebase --continue'
196+
actg in_progress p "Show current patch" 'am --show-current-patch'
196197
# TODO:
197198
# git status -uno HEAD | grep 'rebase in progress'
198199
# git commit --amend

0 commit comments

Comments
 (0)