Browse Source

Minor update

master
NGnius 4 years ago
parent
commit
b9a2e9291f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      git_push.sh

+ 1
- 1
git_push.sh View File

@@ -47,6 +47,6 @@ fi
git pull origin master

# Pushes (Forces) the changes in the local repository up to the remote repository
echo "Git pushing to https://github.com/${git_user_id}/${git_repo_id}.git"
echo "Git pushing to https://${git_repo_id}.git"
git push origin master 2>&1 | grep -v 'To https'