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
- Protocol
- 리팩토링
- 스위프트
- HIG
- collectionview
- uiscrollview
- RxCocoa
- 리펙터링
- Clean Code
- ribs
- Observable
- MVVM
- UITextView
- map
- 클린 코드
- Xcode
- rxswift
- SWIFT
- 리펙토링
- Human interface guide
- clean architecture
- swift documentation
- combine
- UICollectionView
- Refactoring
- 애니메이션
- ios
- swiftUI
- uitableview
- tableView
Archives
- Today
- Total
목록git reset --mixed (1)
김종권의 iOS 앱 개발 알아가기
[Git - terminal] git reset 사용방법 (#git reflog)
git reset 개념 이미 commit된 파일을 되돌리는 기능 git reset --mixed {commit}: commit된 파일을 unstage 영역으로 올림(디폴트값) git reset --soft {commit}: commit된 파일을 stage 영역으로 이동 git reset --hard {commit}: commit된 파일을 아예 날림 commit 해쉬값을 입력할 때, 어떤 해쉬값을 입력해야하는지 헷갈릴때가 있는데, HEAD가 이동될 commit으로 기억할것 아래에서 HEAD^, HEAD~n라는 것도 나오는데, 이건 최근 개수가 아닌 HEAD를 이동시킨다는 의미로 이해할것 ex) 현재 아래(위가 최신)처럼 init file, add 1, add 2, add 3이 있을 때 add 3 커밋 날리..
Git, CocoaPods, Xcode, Shell
2023. 5. 10. 01:07