1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-24 09:46:47 +08:00
ohmyzsh/plugins/git
Gianluca Recchia 308b046875
Use stash 'push' or 'save' depending on Git version
A utility function now parses the output of git --version and set the
alias for git stash to 'git stash push' iff the current version of Git
is greater than 2.13; it falls back to 'git stash save' otherwise.
2019-01-29 04:11:02 +01:00
..
git.plugin.zsh Use stash 'push' or 'save' depending on Git version 2019-01-29 04:11:02 +01: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.