Skip to content

Commit

Permalink
Add more git defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed Feb 21, 2024
1 parent 74dc2d9 commit 540473f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,18 @@ npms=(
# Git configs
gpg_key='3E219504'
git_email='pathikritbhowmick@msn.com'
# See https://jvns.ca/blog/2024/02/16/popular-git-config-options/
git_configs=(
"branch.autoSetupRebase always"
"color.ui auto"
"core.autocrlf input"
"core.pager delta"
"diff.algorithm histogram"
"credential.helper osxkeychain"
"help.autocorrect 10"
"init.defaultBranch master"
"merge.ff false"
"merge.conflictstyle zdiff3"
"pull.rebase true"
"push.default simple"
"rebase.autostash true"
Expand Down

0 comments on commit 540473f

Please sign in to comment.