Przeglądaj źródła

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

Add git init to config hook example
Guillaume Ayoub 8 lat temu
rodzic
commit
2e8cd09c02
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      config

+ 1 - 1
config

@@ -109,7 +109,7 @@
 #filesystem_close_lock_file = False
 
 # 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 =