From 5ac5bcb310435c72c4b0e63c2c9a2bcc41994a10 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 19 Jul 2017 14:07:40 -0400 Subject: [PATCH] Support more git autocompletions in bash --- windows/bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/bashrc b/windows/bashrc index 8ea4d48..17cf0e5 100644 --- a/windows/bashrc +++ b/windows/bashrc @@ -33,6 +33,10 @@ if [ -f ~/.git-completion.bash ]; then # Git autocompletion fixes for bash aliases __git_complete g __git_main __git_complete gco _git_checkout + __git_complete gl _git_branch + __git_complete gll _git_branch + __git_complete gsh _git_branch + __git_complete gbd _git_branch __git_complete gm _git_merge __git_complete gmff _git_merge __git_complete gmnff _git_merge