일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- git
- cloud firestore
- 이모티콘
- 특수문자
- Realtime Database
- 객치지향프로그래밍
- 자료구조
- 직장영어
- endless scrolling
- 영어회화
- 안드로이드
- firestore
- 쓰레드 비디오 다운로드
- 라이브아카데미
- 파이썬
- non conventional NFR
- Firebase
- meta threads
- 특수기호
- skeleton architecture
- 쓰레드 이미지 다운로드
- Android
- RecyclerView
- conventional NFR
- 젠킨스
- 메타 쓰레드
- jenkins
- django
- Python
Archives
- Today
- Total
Owl Life
.gitconfig 설정 본문
반응형
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 : [%an]\" --graph --date=short co = checkout ci = commit st = status br = branch pu = push puf = push -f p = pull pr = pull --rebase rh = reset --hard HEAD type = cat-file -t dump = cat-file -p
[core] autocrlf = input
[credential] helper = store |
반응형
'Git' 카테고리의 다른 글
.gitignore 가 정상적으로 동작하지 않을때 해결책 (0) | 2019.10.30 |
---|
Comments