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