diff --git a/git-push-to-github.sh b/git-push-to-github.sh index 09743145f..45261158c 100755 --- a/git-push-to-github.sh +++ b/git-push-to-github.sh @@ -1,4 +1,5 @@ #!/bin/bash -git remote add github https://joncampbell123@github.com/joncampbell123/dosbox-x.git +git remote add github https://joncampbell123@github.com/joncampbell123/dosbox-x.git # might fail +git remote set-url github https://joncampbell123@github.com/joncampbell123/dosbox-x.git # might fail git push -u github master