mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Cirrect Makefile
This commit is contained in:
parent
5bd1ff6a3b
commit
33f0e818f2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ gh-pages:
|
||||||
@echo [peppermint/gh-pages] Making sure the working directory is clean.
|
@echo [peppermint/gh-pages] Making sure the working directory is clean.
|
||||||
# From http://unix.stackexchange.com/a/155077/64687
|
# From http://unix.stackexchange.com/a/155077/64687
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
git diff cached --exit-code
|
git diff --cached --exit-code
|
||||||
|
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git rebase master
|
git rebase master
|
||||||
|
|
Loading…
Reference in a new issue