ohmyzsh/plugins/git
Felipe Guilherme 8bccab3b61 Add git alias to stage tracked files
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-06-20 11:25:04 -03:00
..
git.plugin.zsh Add git alias to stage tracked files 2016-06-20 11:25:04 -03: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.