1
0
Fork 0

bin: git-rebase-all xargs short flags for portability

This commit is contained in:
Jeremy Kaplan 2020-12-15 15:11:10 -08:00
commit 6ef7dc303c

View file

@ -20,4 +20,4 @@ case "$#" in
esac esac
git branch --list --format='%(refname:short)' \ git branch --list --format='%(refname:short)' \
| xargs --verbose -n 1 git rebase "${base}" | xargs -t -n 1 git rebase "${base}"