IMPORTANT: Git url changed !

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

IMPORTANT: Git url changed !

#1 Post by darkgod »

The git repository for ToME got renamed.

You will now find it there:
web: http://git.net-core.org/tome/t-engine4
git ssh: git@git.net-core.org:tome/t-engine4.git
git http: http://git.net-core.org/tome/t-engine4.git

Make sure you update your clones with the new origin.
To do that with the command line client just do:

Code: Select all

git remote set-url origin <choose the http or git one>
If you have a fork on git.net-core.org you most likely need to update the upstream remote instead:

Code: Select all

git remote set-url upstream <choose the http or git one>
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply