1 개요[ | ]
- ~/.gitconfig
- /root/.gitconfig
aconf
Copy
[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 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.