🐛 fix(push_to_github): author info

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-05 04:46:45 +05:30
parent 5f4ddc3090
commit d2a41bb893

View File

@@ -1,14 +1,13 @@
#!/bin/bash
# Iconized
# Author : Abhiraj Roy (Iconized)
# Author URL : https://iconized.github.io
pull_from_github(){
git pull
}
push_to_github() {
# git pull
git add .
ezcommits
git push -u origin master
}