Add comment to push-f recipe (#126)

This commit is contained in:
Casey Rodarmor 2016-11-16 22:20:26 -08:00 committed by GitHub
parent cef117f8bd
commit 9ece0b9a6b

View File

@ -46,6 +46,7 @@ push GITHUB-BRANCH:
git diff --no-ext-diff --quiet --exit-code
git push github master:refs/heads/{{GITHUB-BRANCH}}
# force push master to github as branch GITHUB_BRANCH
push-f GITHUB-BRANCH:
git branch | grep '* master'
git diff --no-ext-diff --quiet --exit-code