add username to github URL

This commit is contained in:
Jonathan Campbell
2014-05-17 00:44:24 -07:00
parent cedd8b6a0d
commit 3f4e5aefd6

View File

@@ -1,4 +1,4 @@
#!/bin/bash
git remote add github https://github.com/joncampbell123/dosbox-x.git
git remote add github https://joncampbell123@github.com/joncampbell123/dosbox-x.git
git push -u github master