hmu332233 / tips

https://tips.minung.dev
1 stars 0 forks source link

git config #1

Open hmu332233 opened 4 years ago

hmu332233 commented 4 years ago

Search Keyword git, config

hmu332233 commented 2 years ago

diff, log 등에서 페이징 on/off

git config --global core.pager 'more' # on
git config --global core.pager '' # off

특정 디렉토리 내 모든 파일 gitignore 처리하기