git 사용 시 Command 및 Branch 명을 자동완성 시킬 수 있다.
1. git-completion.bash 를 다운로드 받아 Home 디렉토리에 저장한다.
curl -L https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash > git-completion.bash
2. .bashrc에 아래 내용을 추가한다.
source ~/git-completion.bash
3. 아래와 같이 Command 및 Branch 명에 대하여 자동완성을 할 수 있다.