From: https://www.google.com/accounts/o8/id?id=AItOawnpOffV4W2PSSYC_zK2z7y815y599eRV7k Date: Thu, 6 Feb 2014 16:59:35 +0000 (-0800) Subject: removed spam X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=0aa251b987cbcc6ccbfb63b65c9b368447d24296 removed spam --- diff --git a/GitDevelopers.mdwn b/GitDevelopers.mdwn index ee5d385..83fbc43 100644 --- a/GitDevelopers.mdwn +++ b/GitDevelopers.mdwn @@ -2,12 +2,6 @@ Git opens up a number of new options for contributing to OpenAFS. For the first time, it is easy to review code that is pending addition to the OpenAFS tree. In fact, reviewing code is one of the best ways to ensure that the releases that OpenAFS ships remain stable and functional. If you are interested purely in reviewing, then please skip to that section towards the end of this document. - -Coffres-forts et armoires fortes pour la sécurité -Afin de sécuriser efficacement les biens, liquidité, bijoux et les données informatiques contre le vol et contre le risque d'incendie, il est indispensable de faire installer un coffre-fort ignifuge homologué et un coffret à clés. -Les faits divers des journaux relatent d'histoires de cambriolages plus ou moins graves. Un coffre-fort certifié A2P est actuellement la meilleur protection pour vos bijoux et autres objets de valeur sentimentale qui vous sont chers. -Le site propose une gamme exceptionnelle de mobilier de sécurité, allant du coffre fort A2P au coffre fort ignifuge ou encore de l'armoire forte et de l'armoire ignifuge qui couvriront les besoins de sécurité qui sont actuellement nécessaire à votre sérénité. - Git also changes the way that developers interact with the OpenAFS tree. Instead of just having a single version of the tree on your local machine, you have a compressed copy of the entire repository. Additionally, you no longer have to produce patches to send code upstream - any developer can push into the OpenAFS repository directly, through gerrit, our code review tool. Whilst git is a far more powerful tool than CVS it is also, inevitably, more complex. This document can only scratch the surface of what's possible with git - there are many, many, documents available that describe git in greater detail, and references to some of them are provided at the end.