"/etc/gitconfig"의 두 판 사이의 차이

(새 문서: ==개요== ;/etc/gitconfig <syntaxhighlight lang='console'> [filter "lfs"] smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true...)
 
 
2번째 줄: 2번째 줄:
;/etc/gitconfig  
;/etc/gitconfig  


<syntaxhighlight lang='console'>
<syntaxhighlight lang='aconf'>
[filter "lfs"]
[filter "lfs"]
         smudge = git-lfs smudge -- %f
         smudge = git-lfs smudge -- %f

2023년 4월 15일 (토) 11:54 기준 최신판

1 개요[ | ]

/etc/gitconfig
[filter "lfs"]
        smudge = git-lfs smudge -- %f
        process = git-lfs filter-process
        required = true
        clean = git-lfs clean -- %f
[credential]
        helper = /.codespaces/bin/gitcredential_github.sh
[user]
        name = User1
        email = user1@example.com
[gpg]
        program = /.codespaces/bin/gh-gpgsign
[init]
        defaultBranch = main

2 같이 보기[ | ]

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