Skip to content

Commit

Permalink
git config --global init.defaultBranch master
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed Nov 9, 2023
1 parent 10c270e commit cb15334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ git_configs=(
"color.ui auto"
"core.autocrlf input"
"credential.helper osxkeychain"
"init.defaultBranch master"
"merge.ff false"
"pull.rebase true"
"push.default simple"
Expand Down

0 comments on commit cb15334

Please sign in to comment.