-
bash 커맨드 라인에 git branch 정보 보여주기.기타 2014. 3. 13. 09:00
Bash 커맨드라인에서 현재 사용중인 git 저장소의 브랜치를 표시해 주는 방법
관련 파일 다운로드
wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh cp ./git-completion.bash ~/.git-completion.bash cp ./git-prompt.sh ~/.git-prompt.sh
~/.bashrc 파일에 설정 추가.
vi ~/.bashrc
source ~/.git-prompt.sh source ~/.git-completion.bash PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
설정로드source ~/.bashrc
설정하고나면 git의 현재 branch 정보를 쉘에서 알 수 있음. master 브랜치가 표시되고 있음.'기타' 카테고리의 다른 글
Chef 설치하기 (0) 2014.04.08 HAProxy 설정 및 실행 (0) 2014.03.25 MongoDB Replica Set 구성 설정방법 (0) 2013.05.21 무료 프로젝트 호스팅 서비스간(Google Project Hosting, GitHub, Sourceforge) 비교 (0) 2012.12.11 검색엔진최적화(SEO) 외부 링크빌딩 방법 (0) 2012.11.23 댓글