일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 젠킨스
- re-engineering
- 직장영어
- endless scrolling
- 영어회화
- 쓰레드 이미지 다운로드
- meta threads
- RecyclerView
- 특수기호
- 특수문자
- jenkins
- Android
- 안드로이드
- Realtime Database
- git
- non conventional NFR
- 자료구조
- 메타 쓰레드
- 객치지향프로그래밍
- conventional NFR
- Python
- 파이썬
- Firebase
- 이모티콘
- cloud firestore
- django
- firestore
- skeleton architecture
- 라이브아카데미
- 쓰레드 비디오 다운로드
Archives
- Today
- Total
목록gitconfig (1)
Owl Life

1. 아래 명령어로 설정 파일 편집 $ vi ~/.gitconfig 2. 아래 명령어들 사용. 필요시 계속 해서 업뎃할 것 [user] name = OwlLife email = owllife@gmail.com [push] default = simple [color "diff"] meta = yellow bold frag = magenta bold old = red bold new = green bold whitespace = red reverse [color] ui = auto [color "branch"] current = yellow bold local = green bold remote = cyan bold [alias] l = log --pretty=format:\"%h %ad | %s%d : [..
Git
2017. 12. 3. 21:22