From df3311db4f1d3a8901597668dd52eeba01df4d0f Mon Sep 17 00:00:00 2001 From: JensRantil Date: Tue, 7 Aug 2012 08:59:52 -0700 Subject: [PATCH] Adding list of aliases that the git plugin introduces --- Plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins.md b/Plugins.md index 4e8c0ad..7e451f4 100644 --- a/Plugins.md +++ b/Plugins.md @@ -262,6 +262,8 @@ This is a plugin that helps to encode/decode strings with base64 from the consol * git - adds a lot of git aliases ( g*x* e.g. gd - git diff) and functions for pulling for dealing with the current branch +You can find a list of some of the aliases introduced [here](http://jasonm23.github.com/oh-my-git-aliases.html). + ## git-flow **Maintainer:** [robbyrussell][robbyrussell]