1
1
mirror of https://github.com/casey/just.git synced 2024-11-23 11:04:09 +03:00

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 diff --no-ext-diff --quiet --exit-code
git push github master:refs/heads/{{GITHUB-BRANCH}} git push github master:refs/heads/{{GITHUB-BRANCH}}
# force push master to github as branch GITHUB_BRANCH
push-f GITHUB-BRANCH: push-f GITHUB-BRANCH:
git branch | grep '* master' git branch | grep '* master'
git diff --no-ext-diff --quiet --exit-code git diff --no-ext-diff --quiet --exit-code