Skip to content

Instantly share code, notes, and snippets.

View mordr's full-sized avatar

Ragib Morshed mordr

View GitHub Profile
@mordr
mordr / note.md
Last active August 16, 2018 22:42
How to enable autocompletion for git

Install git and bash-completion

brew install git bash-completion

On success, update ~/.bash_profile

echo '[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion' >> ~/.bash_profile