From d2a41bb8933f566bbb0cd597f96f3720e8c2f79c Mon Sep 17 00:00:00 2001 From: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Wed, 5 Jun 2024 04:46:45 +0530 Subject: [PATCH] :bug: fix(push_to_github): author info Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com> --- push.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/push.sh b/push.sh index 7e3faa7c..91974b77 100755 --- a/push.sh +++ b/push.sh @@ -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 }