From 7e3a53ce52deaf51eeb755b86034a4f171380dc5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 18 Mar 2020 00:43:02 -0700 Subject: [PATCH] Make `just done` default to current branch type: development --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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