mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-21 03:55:04 +02:00
refactor(config): create my own git credentials
This commit is contained in:
22
config.sh
Executable file
22
config.sh
Executable file
@@ -0,0 +1,22 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Author : Eshan Roy <eshan@snigdhaos.org>
|
||||||
|
# Author URL: https://eshanized.github.io/
|
||||||
|
|
||||||
|
# Setting up Author's Git Credentials
|
||||||
|
echo
|
||||||
|
echo "################################################################################"
|
||||||
|
echo -e "If you have write Access, create another file excluding the name 'config.sh'"
|
||||||
|
echo "################################################################################"
|
||||||
|
echo
|
||||||
|
|
||||||
|
# Git Credentials:
|
||||||
|
git config --global pull.rebase false # Merge
|
||||||
|
git config --global user.name "Eshan Roy (Eshanized)"
|
||||||
|
git config --global user.email "m.eshanized@gmail.com"
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "################################################################################"
|
||||||
|
echo -e "If you have write Access, create another file excluding the name 'config.sh'"
|
||||||
|
echo "################################################################################"
|
||||||
|
echo
|
Reference in New Issue
Block a user