Following these excellent instructions for enabling git bash autocomplete in OSX :
curl https://raw.github.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash echo "source ~/.git-completion.bash" >> ~/.bash_profile
I get the following output when I type "git Tab Tab " on the command line:
After several different textbooks, the same result is obtained. Either I do not know the correct search terms, or there is very little documented about this problem ...
Has anyone encountered similar issues when implementing Git autocomplete for OSX? Running Leo, if that matters.
source share