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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user