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
- HIG
- tableView
- collectionview
- 클린 코드
- 애니메이션
- rxswift
- 스위프트
- swift documentation
- Observable
- combine
- map
- UICollectionView
- uiscrollview
- Refactoring
- clean architecture
- UITextView
- ios
- MVVM
- 리펙토링
- SWIFT
- uitableview
- 리펙터링
- ribs
- Protocol
- Xcode
- 리팩토링
- RxCocoa
- Human interface guide
- swiftUI
- Clean Code
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[git] merge tool - kdiff3 사용방법 본문
cf) xcode사용시 UserInterfaceState.xcuserstate 파일 .ignore에 추가 할 것
1. 다운로드
2. 다운로드 후, dock에서 finder 클릭 -> 응용프로그램 폴더에 kdiff드래그앤 드롭
3. 아래 명령을 실행 (똑같이 실행)
git config --add merge.tool kdiff3
git config --add mergetool.kdiff3.path /Applications/kdiff3.app/Contents/MacOS/kdiff3
git config --add mergetool.kdiff3.trustExitCode false
4. 충돌이 일어난 곳에서 merge tool실행
git mergetool
'Git, CocoaPods, Xcode, Shell' 카테고리의 다른 글
[gRPC] gRPC(google Remote Procedure Call) 사용방법 [미완성] (0) | 2020.06.30 |
---|---|
[iOS - Swift] GCD(Grand Central Dispatch) (0) | 2020.06.29 |
[iOS - swift] git - lfs 설치, (NMapsMap사용시 _OBJC_CLASS_$ 오류 해결) (2) | 2020.05.14 |
[iOS - swift] 튜토리얼 화면(tutorial screen) 만들기 - PageViewController (programmatically) (0) | 2020.05.08 |
[iOS - swift] Xcode, 아이폰에서 앱 테스트하는 방법 (0) | 2020.05.07 |
Comments