add scripts
This commit is contained in:
7
scripts/amd/git_config_user.sh
Normal file
7
scripts/amd/git_config_user.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
# use --global flag if you want to set it for whole machine
|
||||
git config user.name "Michael Melesse"
|
||||
git config user.email "micmelesse@gmail.com"
|
||||
|
||||
# unset with
|
||||
# git config --global --unset-all user.name
|
||||
# git config --global --unset-all user.email
|
Reference in New Issue
Block a user