티스토리 뷰

현재 설정 정보 확인

➜ ~ git config --list

credential.helper=osxkeychain
init.defaultbranch=main
user.name=블라블라(GP Kim) / Tech
user.email=gp.kim@sang.com
core.excludesfile=/Users/axxxxxxx/.gitignore_global
difftool.sourcetree.cmd=opendiff "$LOCAL" "$REMOTE"
difftool.sourcetree.path=
mergetool.sourcetree.cmd=/Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh "$LOCAL" "$REMOTE" -ancestor "$BASE" -merge "$MERGED"
mergetool.sourcetree.trustexitcode=true
commit.template=/Users/axxxxxxx/.stCommitMsg
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f

 

사용자 정보 변경

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

 

참고

'emotional developer' 카테고리의 다른 글

TDD Isn't Design  (0) 2023.12.08
5 ways to review code without wasting everyone’s time  (0) 2023.06.09
useful post  (0) 2023.05.04
공지사항