Make just done
default to current branch
type: development
This commit is contained in:
parent
0d7c1c0c27
commit
7e3a53ce52
2
justfile
2
justfile
|
@ -24,7 +24,7 @@ push: check
|
||||||
git push github
|
git push github
|
||||||
|
|
||||||
# clean up feature branch BRANCH
|
# clean up feature branch BRANCH
|
||||||
done BRANCH:
|
done BRANCH=`git rev-parse --abbrev-ref HEAD`:
|
||||||
git checkout master
|
git checkout master
|
||||||
git diff --no-ext-diff --quiet --exit-code
|
git diff --no-ext-diff --quiet --exit-code
|
||||||
git pull --rebase github master
|
git pull --rebase github master
|
||||||
|
|
Loading…
Reference in New Issue
Block a user