Skip to content
This repository was archived by the owner on Oct 30, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ sudo npm update --global
#

# Don't convert line endings to CRLF
git config --global core.autocrlf false
sudo git config --system core.autocrlf false
# Don't commit file permission change
git config --global core.fileMode false
sudo git config --system core.fileMode false
# Set default branch name
sudo git config --system init.defaultBranch main

git config --global user.name "Jumpei Ogawa"
# git config --global user.email "phanect@example.com" # Do it manually
Expand Down