mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-20 19:45:00 +02:00
some minor changes have been performed (#9)
This commit is contained in:
16
gconfig.sh
Executable file
16
gconfig.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Setup Git Credentials
|
||||
|
||||
# Git Credential
|
||||
username="Abhiraj Roy"
|
||||
useremail="157954129+iconized@users.noreply.github.com"
|
||||
|
||||
# Git Config
|
||||
git config --global user.name "$username"
|
||||
git config --global user.email "$useremail"
|
||||
|
||||
echo -e "\033[0;32mSuccessfully Setup Git Credentials :)"
|
||||
|
||||
# Merge
|
||||
git config pull.rebase false
|
Reference in New Issue
Block a user