[Git] Git repo 이름 명명 규칙
git을 다루면서 git repo 이름을 그때 그때 마음대로 짓는 다는 느낌이 들었다.
간단한 규칙이 있다면 좀 더 편하게 이름 지을 수 있겠다 싶어서 대중적으로 사용하는 규칙이 있나 조사해보았다.
여러가지 다른 규칙들도 있지만, 너무 복잡하면 오히려 생성하기 어려워져서 간단한 규칙으로 정했다.
Git Repo 이름 명명 규칙
- 소문자 사용
- dash(-) 사용
- 구체적으로 작성
https://stackoverflow.com/questions/11947587/is-there-a-naming-convention-for-git-repositories
Is there a naming convention for git repositories?
For example, I have a RESTful service called Purchase Service. Should I name my repository: purchaserestservice purchase-rest-service purchase_rest_service or something else? What's the conventio...
stackoverflow.com
http://developer.gaeasoft.co.kr/development-guide/workflow/gitlab-style-guide/
GitLab & Git 스타일 가이드 (GitLab Style Guide) - 지어소프트 개발 가이드
GitLab & Git 스타일 가이드 (GitLab Style Guide) GitLab과 Git 사용 시에 네이밍과 문장 스타일에 대한 가이드 문서이다. 1. Group name 1.1. 규칙 단어(알파벳 소문자)와 구분자(-) 간략하게 구성 {발주기관에 대
developer.gaeasoft.co.kr