You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, you have to run `git init` into your existing git repositories from your local machine (that's because the `post-commit` should be updated). This
29
+
step will not be needed after clonning a repository (the git hooks will be added automatically from `~/.git-templates`).
30
+
31
+
#### Overriding the `git` command
32
+
One of the solutions is becoming a mad scientist, overriding the `git` command with a function. However, this may not work for you if you're using `zsh`.
33
+
17
34
If so, put the following lines in your `~/.bashrc` (or `~/.bash_profile` on OS X) file:
0 commit comments