Skip to content

Commit

Permalink
Silence "git init" message: "Using 'master' as the name for the initi…
Browse files Browse the repository at this point in the history
…al branch. This default branch name is subject to change. ..."
  • Loading branch information
shaneharper committed Nov 20, 2023
1 parent d48ed94 commit acd8901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ln -s `pwd`/dircolors ~/.dircolors

git config --global core.excludesfile `pwd`/gitignore
git config --global diff.tool vimdiff
git config --global init.defaultBranch master # Silence "git init" message: "Using 'master' as the name for the initial branch. This default branch name is subject to change. ..."
git config --global merge.tool vimdiff
git config --global push.default simple

Expand Down

0 comments on commit acd8901

Please sign in to comment.