Notice
Recent Posts
Recent Comments
준호씨의 블로그
shell 프롬프트에 git branch 표시하기 본문
반응형
https://github.com/git/git/tree/master/contrib/completion 에서 관련 파일을 받을 수 있다.
cd ~
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -O .git-prompt.sh
~/.bashrc 파일 수정. PS1 보다 위에 아래 내용을 추가
source ~/.git-prompt.sh
PS1 설정에
$(__git_ps1)
추가
junho85@junho85:~/git_branch_test$ (my-branch) git checkout master
Switched to branch 'master'
junho85@junho85:~/git_branch_test$ (master)
반응형
'IT이야기' 카테고리의 다른 글
맥북 마이그레이션 후 brew 로 설치한 httpd 문제 해결 (0) | 2018.12.06 |
---|---|
osx - 화면보호기 동작시 바로 암호 물어 보지 않게 설정하기 (0) | 2018.11.29 |
tmux - How to change window number (0) | 2018.11.01 |
Final Cut Pro X 프로젝트 파일이 너무 클 때 정리 하기 (0) | 2018.10.31 |
osx - 디스크 정리. 사진, 동영상 파일 관련. iMovie, Final Cut Pro X, iLifeMediaBrowser (0) | 2018.10.31 |
Comments