Merge pull request #581 from jre-wine/patch-1

Add git init to config hook example
This commit is contained in:
Guillaume Ayoub 2017-05-05 01:03:15 +02:00 committed by GitHub
commit 2e8cd09c02

2
config
View File

@ -109,7 +109,7 @@
#filesystem_close_lock_file = False #filesystem_close_lock_file = False
# Command that is run after changes to storage # Command that is run after changes to storage
# Example: git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s) # Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
#hook = #hook =