Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
													Tags
													
											
												
												- 안드로이드 클린 아키텍쳐
 - todofication
 - Android
 - andorid
 - 카드내역 공유
 - 뷰 상태복구
 - 안드로이드
 - 대학톡
 - 작성
 - 타이머앱
 - Koin
 - java.lang.OutOfMemoryError: Java heap space
 - nvidia-docker
 - RxJava
 - recyclerview
 - 특가게시판
 - Quickly
 - moveToState
 - List
 - fragment
 - compileKotlin FAILED
 - onViewCreated
 - 특가알람
 - 카드 내역 공유 앱
 - android clean architecture
 - kotlin
 - 올인원타이머
 - 뷰 상태 저장
 - 특가촌
 - RX
 
													Archives
													
											
												
												- Today
 
- Total
 
목록branch 색상 (1)
seoft
[문제정의] 다음과같이 ubuntu 터미널 현 디렉토리 우측에 git current branch 출력하기 위함 [해결방안] 0. 작업 환경 ubuntu16.04기준 (18.04도 확인완료) mobaXterm client로 테스트 1. ~/.bashrc 파일의 가장 밑에 다음 코드를 덧붙임 # Show git branch name force_color_prompt=yes color_prompt=yes parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' } if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;..
				etc
				
				2019. 10. 7. 22:21