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
- 3d vision
- ComputerVision
- Python
- RGBD
- git
- IndoorReconstruction
- CONCATENATE
- vstack
- tensorboard
- 다단
- Omnidirectional
- PaperReview
- RuntimeError
- OmniSLAM
- SensorFusion
- numpy
- hstack
- Kinect
- MirrorSegmentation
- ICCV2019
- MirrorDiscrimination
- CVPR2020
- DepthEstimation
- LayoutEstimation
- unsupervised learning
- pytorch
- LearnGitBranching
- Multi-viewRegistration
- Deeplearning
- deep learning
Archives
- Today
- Total
목록git (3)
let me graduate
[Git] 특정 파일, 폴더 제외시키기
.git 폴더가 있는 최상위 폴더에 .gitignore 파일 생성 #folder Directory/ #file filename.file *.file
etc
2019. 12. 1. 16:53
[Git] 강제로 pull
서버와 로컬에서 git으로 작업을 하다보면 일부 수정된 내용을 되돌려야 할 때가 있습니다. 아래와 같이 pull 하면 마지막 commit 상태로 되돌리게 되어 pull 요청시 에러를 발생시키지 않습니다. 다만 변경내용은 모두 삭제됩니다. #> git reset --hard HEAD #> git pull
etc
2019. 11. 28. 23:42
Git 배우기 with "Learn Git Branching"
Git을 기초부터 차근차근 공부해나가기에 좋은 사이트가 있다 Learn Git Branching 이라는 사이트인데 처음 공부하기에 너무 좋은 사이트라 공유하면 좋을것 같다. https://learngitbranching.js.org Learn Git Branching An interactive Git visualization tool to educate and challenge! learngitbranching.js.org git의 기본부터 고급 스킬까지 다양한 레슨을 제공하는데, git을 아예 처음 써보는 사람들도 쉽게 접근할 수 있도록 잘 구성해놓았다 그중에서도 제일 좋은점은 한국어 지원이 완벽하다는 점! 직접 실습도 해볼 수 있고 명령어에 따른 상태 변화를 시각적으로 보여주기도 한다
공부한 것들
2019. 10. 23. 23:26