X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=blobdiff_plain;f=repository.mdwn;h=8bbe331353bce34c0812988c57c1a506da94f1d0;hp=bbb771d3c46c144c766bfee2ab9fedae07731a25;hb=HEAD;hpb=42e142426528c1760c11593b9961d1a973402e9c diff --git a/repository.mdwn b/repository.mdwn index bbb771d..76a966d 100644 --- a/repository.mdwn +++ b/repository.mdwn @@ -11,14 +11,10 @@ can be generated using these tools are *not* in the repository. You can [browse the repository](/git/tinc/) online. However, to make real use of it you should have to have the git tools installed. If you do not have them, you can find them at -[http://git.or.cz/](http://git.or.cz/). -Then run either one of these commands: +[https://git-scm.com/](https://git-scm.com/). +Then run this command: - git clone git://tinc-vpn.org/tinc - -or: - - git clone http://tinc-vpn.org/git/tinc + git clone https://tinc-vpn.org/git/tinc This creates a copy of the public repository of tinc. For every release of tinc there is a corresponding tag in the git repository, @@ -28,6 +24,16 @@ repository. If you have checked out a copy of the public repository, you can bring it up to date using the command `git pull`. +### GitHub and GitLab repositories + +There are also a clones of the official repository on GitHub and GitLab: + +* [https://github.com/gsliepen/tinc](https://github.com/gsliepen/tinc) +* [https://gitlab.com/gsliepen/tinc](https://gitlab.com/gsliepen/tinc) + +You can use these to easily create your own forks and make your own commits public. +This allows us to review them and possibly merge them with the official tinc repository. + ### Log messages Whenever something is changed in the repository, a log message is