Проект

Общее

Профиль

GIT Bash completion

curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash

Add to your .bash_profile in home directory:

if [ -f ~/.git-completion.bash ]; then
  . ~/.git-completion.bash
fi