Activity Team/Git FAQ: Difference between revisions
| Line 48: | Line 48: | ||
in the .git/config file, you may have to change: | in the .git/config file, you may have to change: | ||
[remote "origin"] | [remote "origin"] | ||
url = git://git.sugarlabs.org/yourproject/yourbranch.git | |||
to: | to: | ||
[remote "origin"] | [remote "origin"] | ||
url = gitorious@git.sugarlabs.org:yourproject/yourbranch.git | |||
=== How do I request a merge? === | === How do I request a merge? === | ||