Skip to content

Commit

Permalink
Make just done default to current branch
Browse files Browse the repository at this point in the history
type: development
  • Loading branch information
casey committed Apr 8, 2020
1 parent 0d7c1c0 commit 7e3a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e3a53c

Please sign in to comment.