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 |
Tags
- UITextView
- ribs
- SWIFT
- MVVM
- Refactoring
- map
- 리펙토링
- 리팩토링
- UICollectionView
- RxCocoa
- Human interface guide
- collectionview
- 리펙터링
- ios
- combine
- Xcode
- 스위프트
- uiscrollview
- HIG
- Clean Code
- Observable
- uitableview
- Protocol
- swiftUI
- tableView
- rxswift
- swift documentation
- clean architecture
- 애니메이션
- 클린 코드
Archives
- Today
- Total
목록git 특정 부분만 stage로 올리는 방법 (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