mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 02:16:02 +08:00
6 lines
242 B
Bash
Executable File
6 lines
242 B
Bash
Executable File
#!/usr/bin/env 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 github master
|
|
|