From fcf947f9c30a3a7f0aa83f46f17a514821295af2 Mon Sep 17 00:00:00 2001 From: cniallen <50378138+cniallen@users.noreply.github.com> Date: Sun, 31 Jan 2021 10:47:00 -0500 Subject: [PATCH] Ajout d'un lien vers un tutoriel Git --- HOWTO/HOWTO-GitHub.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HOWTO/HOWTO-GitHub.md b/HOWTO/HOWTO-GitHub.md index 40400d1..246b465 100644 --- a/HOWTO/HOWTO-GitHub.md +++ b/HOWTO/HOWTO-GitHub.md @@ -36,6 +36,8 @@ Voici un exemple de journée de travail fait avec un logiciel de versioning dans 5. Lorsque j'ai terminé, tout le monde sur le même projet a accès aux modifications que j'ai fait. +Ce [court tutoriel](https://learngitbranching.js.org/) aide à maîtriser le *versioning* et le fonctionnement des branches. + ## GitHub ### Je veux travailler sur le code de *xyz*, qu'est-ce que je fais? @@ -110,6 +112,8 @@ Here is an example of a working day done with a versioning software in its simpl 5. When I'm done, everyone on the same project has access to the changes I've made. +This [short tutorial](https://learngitbranching.js.org/) helps to understand *versioning* and how branches work. + ## GitHub ### I want to work on the code for *xyz*, what do I do?