oh-my-zsh/plugins/git
Felipe Guilherme 456341fd69 Add git alias for staging tracked files (#5178)
Although `gaa` (git add --all) is cool, it stages every file, tracked or
not, if it is not on .gitignore.

Sometimes we want to just stage everything we are working on, that is
already tracked. For that reason, 'gau' can save us some time.
2016-12-17 18:01:13 +01:00
..
README.md Many updates to git plugin (see #2790) 2015-05-08 16:00:22 +02:00
git.plugin.zsh Add git alias for staging tracked files (#5178) 2016-12-17 18:01:13 +01:00

README.md

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.