Skip to content

Commit 149a207

Browse files
committed
git-merge-um : renamed CLI args for base repo/branch to be -BB/-BR
1 parent 837c8f7 commit 149a207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-merge-um

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ DO_REBASE=no
2222

2323
while [ "$#" -gt 0 ]; do
2424
case "$1" in
25-
-R) BASE_REPO="$2"; shift ;;
26-
-B) BASE_BRANCH="$2"; shift ;;
25+
-BR) BASE_REPO="$2"; shift ;;
26+
-BB) BASE_BRANCH="$2"; shift ;;
2727
-r) DO_REBASE=yes ;;
2828
*) echo "FATAL: Unknown argument: '$1'" >&2; return 1 ;;
2929
esac

0 commit comments

Comments
 (0)