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