본문 바로가기

전체 글210

[Git] push한 commit들 합치기 [Git] 이미 remote repository 에 push 해버린 commit들 하나로 합치기 Git 에서 여러개의 최근 commit들을 하나로 합치고 싶을 때가 있다. (지저분하다든가 부끄럽다든가...) 이 작업은 일반적으로 Squash 라고 불린다. Squash 먼저 이 squash 를 어떻게 하는지 알아보자. 테스 json.postype.com 1. 로컬에서 커밋 합치기 git rebase -i HEAD~2 // HEAD로 부터 2개의 commit 2. 합쳐지는 커밋 pick -> squash로 변경하고 :x(vi에서 저장하고 나가기) 3. 합친 커밋의 새 커밋 메세지 작성 4. 강제 푸시 (되도록이면 혼자 작업하는 리포지토리에서만) git push origin --force 2022. 2. 12.
[CAD] 온라인 3D 파일 뷰어 오토데스크 로그인 필요 Autodesk Viewer | Free Online File Viewer Your browser is unsupported Our viewer requires a browser that supports WebGL. You will find below links to the latest supported browsers. Download one of these browsers to view your 3D design. Version 56+ Version 51+ Version 14+ In the case that your brow viewer.autodesk.com 2022. 2. 12.
mokhwasomssi의 유래 1. 이즈리얼 대사 : 내 솜씨를 제대로 보여줄 시간이군 2. 이 대사가 트페 대사인줄 알음 3. 나는 트페원챔 유저였음 4. 이 밈을 봄 5. 목화솜씨? 맘에 듬 6. 영어로 mokhwasomssi 2022. 2. 9.
[규격] 전선 굵기 AWG 2022. 2. 8.
[3D 프린팅] Snapmaker 2.0 - 3D Printer 출력할 모델의 G-code 만들기 Snapmaker 2.0 (기종) https://support.snapmaker.com/hc/en-us/categories/360001781913-Snapmaker-2-0 Snapmaker Luban (툴) https://luban.xyz/ Snapmaker Luban 실행 인쇄할 3D 모델 파일(.stl, .obj) 선택 인쇄할 3D 모델 배치 및 세팅 G-code 생성 G-code 저장 2022. 2. 8.
[Git] Git Workflow 2022. 2. 8.