"Git 리포 이름 붙임표 vs 밑줄"의 두 판 사이의 차이

3번째 줄: 3번째 줄:


{| class='wikitable'
{| class='wikitable'
! 붙임표(-) !! 밑줄(_)
! 구분 !! 붙임표(-) !! 밑줄(_)
|-
|-
| ||
| 특징
|
* URL/slug 표준에 잘 맞는다.
|
|-
| 사례
|
* https://github.com/octocat/hello-worId
* https://github.com/kubernetes/client-go
* https://github.com/prometheus/node_exporter
|}
|}
* 둘 다 허용되고 많이 사용된다.
* 둘 다 base64 문자에는 없다.


==같이 보기==
==같이 보기==
14번째 줄: 26번째 줄:


==참고==
==참고==
* https://github.com/octocat
* https://stackoverflow.com/questions/11947587/is-there-a-naming-convention-for-git-repositories
* https://stackoverflow.com/questions/11947587/is-there-a-naming-convention-for-git-repositories


[[분류: git]]
[[분류: git]]

2023년 10월 15일 (일) 19:16 판

1 개요

Git 리포 이름 붙임표 vs 밑줄
구분 붙임표(-) 밑줄(_)
특징
  • URL/slug 표준에 잘 맞는다.
사례
  • 둘 다 허용되고 많이 사용된다.
  • 둘 다 base64 문자에는 없다.

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}