728x90
반응형
###### 92 페이지
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PS1="[\u@\h \[\033[32m\]\W\[\033[33m\]\$(parse_git_branch)\[\033[00m\]]$ "
######################
. ~/.bash_profile
# github-token 발행
# github-token 권한
* [v] repo
* [v] user
728x90
반응형
'Infra > Git' 카테고리의 다른 글
Git 사용자 등록 방법 (0) | 2023.12.21 |
---|---|
토큰 인증 로그인(Personal Access Token) (0) | 2023.12.20 |
sourcetree 에서 암호 변경법 (0) | 2023.07.13 |
BitBucket 에서 merge 하기 (0) | 2023.05.15 |
Eclipse 에서 git 충돌 해결 방법 (0) | 2023.04.27 |
댓글