Make just done default to current branch

type: development
This commit is contained in:
Casey Rodarmor 2020-03-18 00:43:02 -07:00
parent 0d7c1c0c27
commit 7e3a53ce52
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -24,7 +24,7 @@ push: check
git push github
# clean up feature branch BRANCH
done BRANCH:
done BRANCH=`git rev-parse --abbrev-ref HEAD`:
git checkout master
git diff --no-ext-diff --quiet --exit-code
git pull --rebase github master