Clean up excess whitespace

This commit is contained in:
Scott Lahteine
2017-07-06 21:24:30 -05:00
parent 2cb308fb53
commit f713f25fa5
9 changed files with 24 additions and 24 deletions

View File

@ -2,10 +2,10 @@
#
# mfup
#
# - Fetch latest upstream and replace the PR Target branch with
# - Fetch latest upstream and replace the PR Target branch with
# - Rebase the (current or specified) branch on the PR Target
# - Force-push the branch to 'origin'
# -
# -
#
[[ $# < 2 ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }