oh-my-zsh/plugins/git
Allan Lewis c713407f90 git.plugin.zsh: Don't run Git hooks when making a WIP commit (#4751)
When making a WIP commit, we generally just want to save the state of the
current branch temporarily, maybe because we want to push our work for backup
purposes, or change branch to work on something else. Therefore, it's generally
undesirable to run Git hooks, which might do things like run linters, because
we probably don't care if our WIP has lint errors.
2016-09-30 13:45:28 +02:00
..
git.plugin.zsh git.plugin.zsh: Don't run Git hooks when making a WIP commit (#4751) 2016-09-30 13:45:28 +02:00
README.md Many updates to git plugin (see #2790) 2015-05-08 16:00:22 +02:00

git

Maintainer: @ncanceill

This plugin adds many useful aliases and functions.

Usage

See the wiki for a list of aliases and functions provided by the plugin.