@eshanized updated the repository 🎉

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-28 16:00:00 +05:30
parent d0aeb5ad78
commit 42fbae7aec

View File

@@ -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!"