diff --git a/gconfig.sh b/gconfig.sh deleted file mode 100755 index bafa12fa..00000000 --- a/gconfig.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# Setup Git Credentials - -# Git Credential -username="Abhiraj Roy" -useremail="157954129+iconized@users.noreply.github.com" - -# Git Config -git config --global user.name "$username" -git config --global user.email "$useremail" - -echo -e "\033[0;32mSuccessfully Setup Git Credentials :)" - -# Merge -git config pull.rebase false \ No newline at end of file diff --git a/gpush.sh b/gpush.sh deleted file mode 100755 index 7e3faa7c..00000000 --- a/gpush.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -# Iconized - -pull_from_github(){ - git pull -} - -push_to_github() { - # git pull - git add . - ezcommits - git push -u origin master -} - -main(){ - pull_from_github - push_to_github -} - -main \ No newline at end of file