mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
14 lines
274 B
Bash
Executable File
14 lines
274 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
# EXECUTE AT YOUR OWN RISK
|
|
|
|
# Git Config
|
|
git config --global user.name "iconized"
|
|
git config --global user.email "157954129+iconized@users.noreply.github.com"
|
|
|
|
# Git Push
|
|
git add .
|
|
git commit -m "👽 @iconized made a new commit!"
|
|
# git push origin master
|
|
|