diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-10 09:44:03 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-10 09:44:03 +0100 |
| commit | ef677c6ef1b7767fd3d13f1715fb18239b203fc2 (patch) | |
| tree | e527fbd1b3f0c591853925af577ff1ba3f176192 /Makefile | |
| parent | 57774756fd12d0731b256eace41b690631529851 (diff) | |
dont commit when there is nothing new
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ generate: bash ./buetow.org.sh --generate publish: ADD_GIT=yes bash ./buetow.org.sh --generate - bash -c 'git commit -a;exit 0' + git commit -a git push |
