Files
snigdhaos-assistant/config.sh
2024-05-02 22:21:36 +05:30

22 lines
859 B
Bash
Executable File

#!/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