This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
NGnius
/
rusty-gitea
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Minor update
master
NGnius
4 years ago
parent
9914d8f53e
commit
b9a2e9291f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'