Git Convention
·
Git
우선 간단하게 자주 사용할 것 같은 것만 적어봤습니다. 아이콘 코드 설명 원문 🎨 :art: 코드의 구조/형태 개선 Improve structure / format of the code. ⚡️ :zap: 성능 개선 Improve performance. 🔥 :fire: 코드/파일 삭제 Remove code or files. 🐛 :bug: 버그 수정 Fix a bug. 🚑 :ambulance: 긴급 수정 Critical hotfix. ✨ :sparkles: 새 기능 Introduce new features. 📝 :memo: 문서 추가/수정 Add or update documentation. 💄 :lipstick: UI/스타일 파일 추가/수정 Add or update the UI and style files...
[Git] 원격저장소와 로컬저장소 일치시키는 법
·
Git
가끔씩 로컬저장소의 코드를 삭제하거나 수정했는데 돌리고 싶을때 , 원격저장소와 일치시키면 된다면 아래의 블로그에 나와있는 방법을 쓰면 좋은것 같습니다. 아래의 블로그에 잘 설명해주고 있어 참고했습니다. https://spoit.tistory.com/26