Skip to content

[개발환경] git 환경구성 #41

@ujuc

Description

@ujuc

config 설정과 패키지를 추가하여 설치한다.


  • gh
  • git-delta
  • git
  • tig
  • git message 설정
  • tigrc 설정

# git config
git config --global user.email "ujuc@ujuc.me"
git config --global user.name "Sungjin Kang"

git config --global core.editor vi
git config --global core.autocrlf input
git config --global core.whitespace fix,-indent-with-non-tab,trailing-space,cr-at-eol
git conifg --global core.pager delta
git config --global init.defaultBranch main

git config --global commit.template $BASE/gitmessage

git config --global color.ui auto

git config --global interactive.diffFilter 'delta --color-only'
git config --global delta.features 'side-by-side line-numbers decorations'
git config --global delta.whitespace-error-style '22 reverse'
git config --global delta.decorations.commit-decoration-style 'bold yellow box ul'
git config --global delta.decorations.file-style 'bold yellow ul',
git config --global delta.decorations.file-decoration-style none

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions