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
- noise contrast estimation
- 자료구조
- sample rows
- thresholding
- Actor-Critic
- 3d medical image
- Inorder Traversal
- objective functions for machine learning
- Knowledge Distillation
- rest-api
- REINFORCE
- fastapi
- shadowing
- non parametic softmax
- checkitout
- remove outliers
- freebooze
- domain adaptation
- normalization
- scowl
- Excel
- straightup
- sidleup
- Policy Gradient
- model-free control
- pulloff
- MRI
- clip intensity values
- loss functions
- resample
Archives
- Today
- Total
Let's Run Jinyeah
Git Merge 충돌 해결 단계 본문
1. staged 상태의 수정사항으로 unstaged 상태로 변경
git reset HEAD -1
2. 다른 점 확인
git diff
3. <<<HEAD와 >>>브랜치 충돌 지점 확인
4. 수정
5. add & commit
'Programming > Git&Github' 카테고리의 다른 글
Git rebase (0) | 2021.05.05 |
---|---|
로컬 저장소를 새로운 Github 저장소에 등록 (0) | 2021.02.11 |
Git Push 실패 - Pull & Fetch & Merge (0) | 2021.02.11 |
Git reset & checkout & ignore (0) | 2020.02.03 |
Git Branch & Merge (0) | 2020.02.03 |
Comments