dosbox-x/git-push-to-github.sh
2014-05-17 10:07:17 -07:00

6 lines
237 B
Bash
Executable File

#!/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