Skip to content

Commit f43debe

Browse files
committed
use default git settings
1 parent ba96dcb commit f43debe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/git.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
# Copy gitignore and gitconfig template files
88
sudo cp ./gitfiles/.* ~/
99

10-
# Set-up name
11-
read -p "Enter your Full Name for Git: " name
12-
git config --global user.name "$name"
13-
14-
# Set-up email
15-
read -p "Enter your Email for Git: " email
16-
git config --global user.email "$email"
17-
1810
# Diff colors
1911
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
2012

0 commit comments

Comments
 (0)