ohmyzsh/plugins/git
Patrick Artounian 81ed53dfc5
Create super useful gac and gacp aliases
`gac` will add all files and will open your editor to commit everything
`gac 'Initial commit'` will add all files and commit with the message 'Initial commit'
`gac  plugins/git/git.plugin.zsh 'Create super useful gac and gacp aliases'` will add the plugin file with the commit message. You can list as many files/folders that you'd like to commit

gacp has the same functionality but will also push your commit
2018-06-27 09:39:25 -07:00
..
git.plugin.zsh Create super useful gac and gacp aliases 2018-06-27 09:39:25 -07: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.