added some git config

This commit is contained in:
Solomon Laing 2021-08-31 17:36:29 +09:30
parent b9af14966f
commit a9dbedb1d6
2 changed files with 6 additions and 1 deletions

View File

@ -77,7 +77,7 @@ virtualbox
DEFAULTS_END DEFAULTS_END
MISC_START MISC_START
brave brave-bin
lyx lyx
kile kile
plexamp-appimage plexamp-appimage

View File

@ -74,3 +74,8 @@ case $choice in
esac esac
config config status.showUntrackedFiles no config config status.showUntrackedFiles no
config config --global credential.helper store
read -r -p "Remember to identify yourself to git with
config config user.name \"Your Name\" and config config user.email \"Your Email\".
Press [Enter] to continue."