http://apple.stackexchange.com/questions/55875/git-auto-complete-for-branches-at-the-command-line
1. File Download
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
2. .bash_profile 수정
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
1. File Download
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
2. .bash_profile 수정
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
'Android' 카테고리의 다른 글
/storage/emulated/legacy vs /storage/emulated/0 (0) | 2015.09.22 |
---|---|
mqtt (0) | 2015.09.14 |
JCenter Maven Repository에 업로드하기 (0) | 2015.09.14 |
jackson UnrecognizedPropertyException (0) | 2015.09.14 |
osx 에서 특정 directory 에서 finder 를 띄우기 (0) | 2015.09.14 |