git ssb

0+

Grey the earthling / gkn.me.uk



Commit fb012f7e00f1b895de8756242d4e6eb0d5bb028f

Actually use grep to find new content

Save the file before committing it!
Greg K Nicholson committed on 3/30/2018, 9:21:52 PM
Parent: a59a8f45f8c702d6cc372a64dfae1759a96d9174

Files changed

build.shchanged
build.shView
@@ -1,7 +1,7 @@
11 ./develop_server.sh stop && \
22 git checkout content && \
3- if [[ "$(git status --porcelain=2)" ]]
3 + if [[ "$(git status --porcelain | grep content/)" ]]
44 then
55 git add content/
66 git commit -m "Update content $(date +%F\ %X)"
77 fi && \

Built with git-ssb-web