IMPORTANT: Git url changed !
Posted: Mon Jan 12, 2015 12:31 am
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:
If you have a fork on git.net-core.org you most likely need to update the upstream remote instead:
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>
Code: Select all
git remote set-url upstream <choose the http or git one>