mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 12:45:18 +02:00
🐛 fix(push_to_github): author info
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
5
push.sh
5
push.sh
@@ -1,14 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Iconized
|
# Author : Abhiraj Roy (Iconized)
|
||||||
|
# Author URL : https://iconized.github.io
|
||||||
|
|
||||||
pull_from_github(){
|
pull_from_github(){
|
||||||
git pull
|
git pull
|
||||||
}
|
}
|
||||||
|
|
||||||
push_to_github() {
|
push_to_github() {
|
||||||
# git pull
|
|
||||||
git add .
|
|
||||||
ezcommits
|
ezcommits
|
||||||
git push -u origin master
|
git push -u origin master
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user