.gitconfig

Jmnote (토론 | 기여)님의 2023년 4월 15일 (토) 11:54 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

~/.gitconfig
/root/.gitconfig
[user]
        name = testuser
        email = testuser@example.com
[credential "https://github.example.com"]
        helper = 
        helper = !/root/.local/bin/gh auth git-credential
[credential "https://github.com"]
        helper = 
        helper = !/root/.local/bin/gh auth git-credential
[credential "https://gist.github.com"]
        helper = 
        helper = !/root/.local/bin/gh auth git-credential
[http "https://github.com"]
        proxy = http://10.10.10.10:8080
        cookieFile = /tmp/cookie.txt
[push]
        default = matching

2 같이 보기[ | ]

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