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 | 31 |
Tags
- 특가촌
- List
- 안드로이드 클린 아키텍쳐
- Koin
- 타이머앱
- kotlin
- 특가알람
- 안드로이드
- 카드내역 공유
- RX
- andorid
- 올인원타이머
- 대학톡
- 작성
- nvidia-docker
- fragment
- java.lang.OutOfMemoryError: Java heap space
- todofication
- android clean architecture
- Android
- compileKotlin FAILED
- 뷰 상태 저장
- Quickly
- 특가게시판
- 뷰 상태복구
- moveToState
- recyclerview
- onViewCreated
- RxJava
- 카드 내역 공유 앱
Archives
- Today
- Total
목록git 색상 (1)
seoft
ubuntu 터미널 현 디렉토리 우측에 git branch 출력
[문제정의] 다음과같이 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