diff options
author | Leah Rowe <info@minifree.org> | 2017-04-08 00:05:11 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-08 00:05:11 +0100 |
commit | 1edbbb457cc46678667e1998dd8cec18b92f613a (patch) | |
tree | f6e4c4842cb16be86081fe9fffcae043ba163af6 /www | |
parent | f2d7029bd06abe6d02b4ebd8ccf38c3a6d769dc1 (diff) | |
download | librebootfr-1edbbb457cc46678667e1998dd8cec18b92f613a.tar.gz librebootfr-1edbbb457cc46678667e1998dd8cec18b92f613a.zip |
www/git.md: Remove obsolete information
Diffstat (limited to 'www')
-rw-r--r-- | www/git.md | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -125,32 +125,3 @@ you could also notify the project via the #libreboot channel on FreeNode. Relevant links to bug trackers for discussing development (especially patch review) are on [NotABug](https://notabug.org/libreboot/libreboot/issues) - -**Check [\#githosting](#githosting), for a list of Git hosting providers -that we recommend.** - -List of recommended Git hosting providers ------------------------------------------ - -There are several that we could recommend: - -- [You!](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols) - (host your own Git repository, on your own server, on your own - internet connection, in your own physical space) -- [NotABug.org](https://notabug.org/) - the - [source](https://notabug.org/hp/gogs/) is also available if you want to run - it on your own server. - -The libreboot project itself uses all of the above options. - -Most Git hosting providers distribute non-free JavaScript on their -website, but as far as we are aware all of these providers are -freedom-friendly and reliable to use (and their JavaScript is free). -This list will be expanded upon at a later date. The hosting providers -above are all powered by Free Software, which means that you can also -host your own version of the software that they use on their website. - -We generally recommend self-hosting (first option in the list above). -Git is a *decentralized* (distributed) version control system. However, -not everyone can afford to do this, so using one of the other providers -on the list above is also acceptable. |