Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Remove part in the sb-init that sets a user name and email for git
Browse files Browse the repository at this point in the history
  • Loading branch information
riffnshred authored Mar 14, 2024
1 parent 09830e4 commit 9cebc44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/sbtools/sb-init
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ if ! grep -q isolcpus /boot/cmdline.txt; then
sudo sed -i 's/$/ isolcpus=3/' /boot/cmdline.txt
fi

git config --global user.email "[email protected]"
git config --global user.name "User Name"
git config pull.rebase false

git reset --hard
git fetch origin --prune
git pull
Expand Down

0 comments on commit 9cebc44

Please sign in to comment.