diff --git a/justfile b/justfile index 1ddd6f0..ed1363c 100644 --- a/justfile +++ b/justfile @@ -24,7 +24,7 @@ push: check git push github # clean up feature branch BRANCH -done BRANCH: +done BRANCH=`git rev-parse --abbrev-ref HEAD`: git checkout master git diff --no-ext-diff --quiet --exit-code git pull --rebase github master