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:
parent
cef117f8bd
commit
9ece0b9a6b
1
justfile
1
justfile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user