From 378a73402d1dc8ddde3bd47b17163b546b4bd518 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sat, 17 May 2014 10:08:21 -0700 Subject: [PATCH] one more tweak. stop setting GitHub up as default push target. --- git-push-to-github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-push-to-github.sh b/git-push-to-github.sh index 45261158c..b2c953fcb 100755 --- a/git-push-to-github.sh +++ b/git-push-to-github.sh @@ -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