Xonotic Forums
[SOLVED] setting proper git pushurl - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12)
+--- Thread: [SOLVED] setting proper git pushurl (/showthread.php?tid=5432)



setting proper git pushurl - BuddyFriendGuy - 04-07-2015

I was using ./all to update my repo but couldn't push my branch back. @TimePath from #xonotic irc.freenode.net helped me with the following correct config ("git config -e"):

Code:
remote.origin.pushurl=ssh://git@gitlab.com/xonotic/xonotic-data.pk3dir.git

I assume ./all hasn't totally reflected the migration.

Thought I'd share.

And apparently I'm that guy now.