curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
Depois do download, altere seu arquivo ~/.bash_profile inserindo:
if [ -f ~/.git-completion.bash ]; then
  . ~/.git-completion.bash
fiComo sempre, em toda alteração no bash_profile, execute e seja feliz:
source ~/.bash_profile
=]
 
Nenhum comentário:
Postar um comentário