Update github.com git repo URLs with framagit.org URLs

This commit is contained in:
Andrew Manning
2018-06-08 05:37:23 -04:00
parent df2d181602
commit 4feff1cf89
26 changed files with 44 additions and 44 deletions

View File

@@ -174,8 +174,8 @@ It is a good idea to read the whole manual! Git is different to other version co
Now you should
[list]
[*] create an account at github.com
[*] fork https://github.com/redmatrix/hubzilla
[*] fork https://github.com/redmatrix/hubzilla-addons
[*] fork https://framagit.org/hubzilla/core/
[*] fork https://framagit.org/hubzilla/core/-addons
[/list]
If you not want to use GIT from the command line - there is a usefull Eclipse plugin named ""Eclipse Mylyn to GitHub connector".
@@ -362,7 +362,7 @@ surfer@debian:/var/www$ git checkout -b dev_beginning
Make sure your local repository is up-to-date with the main project.
Add the original repository as a remote named upstream if not done yet
[code]
surfer@debian:/var/www$ git remote add upstream https://github.com/redmatrix/hubzilla
surfer@debian:/var/www$ git remote add upstream https://framagit.org/hubzilla/core/
[/code]
Fetch the newest work from that remote