summaryrefslogtreecommitdiffstats
path: root/tools/git/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/git/README')
-rw-r--r--tools/git/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/git/README b/tools/git/README
new file mode 100644
index 0000000..18d6da7
--- /dev/null
+++ b/tools/git/README
@@ -0,0 +1,8 @@
+This directory contains some helpful Git hooks.
+
+Currently, they warn you about DEPS modifications so you will remember
+to run "gclient sync".
+
+To install these Git hooks, create symlinks like so:
+ ln -s $(pwd)/post-checkout $(git rev-parse --git-dir)/hooks
+ ln -s $(pwd)/post-merge $(git rev-parse --git-dir)/hooks