one more tweak. stop setting GitHub up as default push target.

This commit is contained in:
Jonathan Campbell 2014-05-17 10:08:21 -07:00
parent 90499976b6
commit 378a73402d

View File

@ -1,5 +1,5 @@
#!/bin/bash
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
git push github master