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 }