Misc refactoring

This commit is contained in:
Tj Holowaychuk 2010-08-28 12:20:12 -07:00
parent 85c95d1002
commit 4b6d4ff743

View file

@ -3,6 +3,6 @@
test -z $1 && echo "foreign branch required." && exit 1
test -z $2 && echo "merge branch required." && exit 1
git checkout $2 &&
git merge --no-ff $1 &&
git delete-branch $1
git checkout $2 \
&& git merge --no-ff $1 \
&& git delete-branch $1