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 | 31 |
Tags
- SWIFT
- MVVM
- 리팩토링
- clean architecture
- 리펙토링
- 스위프트
- UICollectionView
- tableView
- uitableview
- collectionview
- Protocol
- swiftUI
- 애니메이션
- RxCocoa
- uiscrollview
- ribs
- swift documentation
- Observable
- 클린 코드
- map
- UITextView
- Refactoring
- rxswift
- HIG
- Human interface guide
- combine
- ios
- 리펙터링
- Clean Code
- Xcode
Archives
- Today
- Total
목록git add -p (1)
김종권의 iOS 앱 개발 알아가기
[Git - terminal] git 특정 부분만 stage로 올리는 방법 (git status, git diff, git add -p)
특정 부분만 stage로 올리기 먼저 git diff로 변경된 부분을 확인 git add -p를 사용하여 특정 부분만 stage로 올리기 git status 현재의 git 상태를 확인하고, 변경된 파일도 같이 확인 ExGit% git status On branch main Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: ExGit.xcodeproj/project.xcworkspace/xcuserdata/gimjong-gwon.xcuserdatad/UserInterfaceSt..
Git, CocoaPods, Xcode, Shell/Git
2023. 5. 8. 01:25