diff --git a/push.sh b/push.sh index 3d3b1ff..f719c19 100755 --- a/push.sh +++ b/push.sh @@ -2,26 +2,3 @@ # Author : Eshan Roy # Author URI : https://eshanized.github.io/ - -# NOTE: REPO = Your Repository Name On the Host -# NOTE: ORG = Your ORGANIZATION NAME or USERNAME -# NOTE: HOST = GitHub, Gitlab, Bitbucket etc. - -# Repo Config -REPO=snigdhaos-arctic -# Host Config -HOST=https://github.com -# Destination Config -ORG=Snigdha-OS - -# Set the repository URL and branch -REPO_URL="${HOST}/${ORG}/${REPO}.git" -BRANCH="master" # or "main" depending on your repository's default branch - -# Commit message -MESSAGE="⏳ @eshanized updated the repository!!!" - -# Add all files, commit, and push changes -git add . -git commit -m "$MESSAGE" -git push origin $BRANCH \ No newline at end of file