From e2305d4501d0479141921f55baf28901032ce3e1 Mon Sep 17 00:00:00 2001 From: Tom Ashworth Date: Tue, 19 Jul 2016 16:43:27 +0100 Subject: [PATCH] Add note about overwriting git aliases --- Installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation.md b/Installation.md index d0b78fc63..ae4bc443e 100644 --- a/Installation.md +++ b/Installation.md @@ -27,6 +27,8 @@ $ sudo apt-get install git-extras $ brew install git-extras ``` +Installing from Homebrow will not give you the option omit certain `git-extras` if they conflict with existing git aliases. To have this option, build from source. + ### Windows First, please install `Git for Windows 2.x` from 'https://github.com/git-for-windows/git/releases'.