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
- checkitout
- Excel
- clip intensity values
- noise contrast estimation
- sidleup
- domain adaptation
- Inorder Traversal
- model-free control
- pulloff
- loss functions
- REINFORCE
- fastapi
- shadowing
- resample
- 자료구조
- scowl
- sample rows
- Actor-Critic
- freebooze
- 3d medical image
- normalization
- Policy Gradient
- MRI
- objective functions for machine learning
- Knowledge Distillation
- remove outliers
- thresholding
- non parametic softmax
- straightup
- rest-api
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