mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 12:04:59 +02:00
⏳ @eshanized updated the repository 🎉
This commit is contained in:
14
config.sh
14
config.sh
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Git Configuration Script
|
|
||||||
|
|
||||||
echo "Welcome to Git Configuration Script!"
|
|
||||||
|
|
||||||
name="eshanized"
|
|
||||||
email="m.eshanized@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