Cirrect Makefile

This commit is contained in:
Starbeamrainbowlabs 2016-06-15 19:32:54 +01:00
parent 5bd1ff6a3b
commit 33f0e818f2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ gh-pages:
@echo [peppermint/gh-pages] Making sure the working directory is clean.
# From http://unix.stackexchange.com/a/155077/64687
git diff --exit-code
git diff cached --exit-code
git diff --cached --exit-code
git checkout gh-pages
git rebase master