mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-20 19:45:00 +02:00
@eshanized pushed another commit via script 🔥🔥🔥
This commit is contained in:
14
config.sh
Normal file
14
config.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Git Configuration Script
|
||||
|
||||
echo "Welcome to Git Configuration Script!"
|
||||
|
||||
name="Eshan Roy"
|
||||
email="src.eshan@gmail.com"
|
||||
|
||||
# Set user name and email
|
||||
git config --global user.name "$name"
|
||||
git config --global user.email "$email"
|
||||
|
||||
echo "Git configuration completed!"
|
Reference in New Issue
Block a user