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 |
Tags
- pytorch
- ComputerVision
- Multi-viewRegistration
- Kinect
- ICCV2019
- git
- RuntimeError
- vstack
- Python
- MirrorDiscrimination
- MirrorSegmentation
- OmniSLAM
- deep learning
- 3d vision
- hstack
- LayoutEstimation
- Deeplearning
- DepthEstimation
- RGBD
- unsupervised learning
- tensorboard
- CONCATENATE
- PaperReview
- 다단
- IndoorReconstruction
- Omnidirectional
- CVPR2020
- LearnGitBranching
- numpy
- SensorFusion
Archives
- Today
- Total
let me graduate
[Git] 강제로 pull 본문
서버와 로컬에서 git으로 작업을 하다보면 일부 수정된 내용을 되돌려야 할 때가 있습니다.
아래와 같이 pull 하면 마지막 commit 상태로 되돌리게 되어 pull 요청시 에러를 발생시키지 않습니다.
다만 변경내용은 모두 삭제됩니다.
#> git reset --hard HEAD
#> git pull
'etc' 카테고리의 다른 글
Word 각주 왼쪽 단에 고정하기 (0) | 2020.06.02 |
---|---|
SSH 설정 command (0) | 2020.05.26 |
[Ctypes] cv::Mat 을 python에서 np.array로 변환하기 (0) | 2019.12.01 |
[Git] 특정 파일, 폴더 제외시키기 (0) | 2019.12.01 |
[Opencv, Numpy] Indexing (0) | 2019.11.29 |
Comments