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
- rxswift
- stack
- Python
- view
- Session
- JPA
- 웹뷰
- MacOS
- Apple
- 한글
- Code
- iOS16
- IOS
- UIButton
- mac
- Firebase
- 개발자
- Swift
- Xcode
- darkmode
- window
- Git
- github
- appstore
- Realm
- FLUTTER
- error
- Archive
- SwiftUI
- Notification
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
Git ) Git Config - EEYatHo iOS 본문
반응형
git에는 3종류의 설정 파일이 있습니다.
system < global < local ( 오른쪽일수록 우선순위가 높습니다. )
git config --list
설정된 값들이 뭐가있는지 확인
같은 키값이 여러개일 수 있는데, 아래일 수록 우선순위가 높습니다.
( local config가 제일 밑에 쓰임 )
git config [설정 이름]
어떤 값이 들어있는지 확인
가능한 설정값 목록 ( 영어, git 공식글 )
git-scm.com/docs/git-config.html
일반 적인 git config 설명 ( 한글, git 공식글 )
git-scm.com/book/ko/v2/Git%EB%A7%9E%EC%B6%A4-Git-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0
'Git' 카테고리의 다른 글
Git ) GithubAction2 - EEYatHo iOS (0) | 2021.09.06 |
---|---|
Git ) git 툴 특징, 차이점 ( cmd, xcode, sourceTree ) - EEYatHo iOS (0) | 2021.08.09 |
Git ) GithubAction - EEYatHo iOS (0) | 2021.08.04 |
Git ) macOS에서 커맨드로 git 사용시 계정 변경하는 법 - EEYatHo iOS (0) | 2021.04.23 |
Git ) .gitignore 적용되는 파일, 안되는 파일 - EEYatHo iOS (0) | 2021.04.23 |
Comments