From ef352e82d0d7611ea1c4323fc275e08eae97ea9e Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Mon, 10 May 2021 13:50:39 +0200 Subject: [PATCH] Fixed typo in git flow Signed-off-by: Louis Vallat --- src/git_flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git_flow.md b/src/git_flow.md index 257fcfb..cc3a044 100644 --- a/src/git_flow.md +++ b/src/git_flow.md @@ -236,7 +236,7 @@ Une fois la branche fusionnée, elle doit être supprimée. ### Pour aller plus loin -- Le fonctionnement des objets, commits et arbres sur git (en profondeurn): [vidéo](https://youtu.be/MyvyqdQ3OjI). +- Le fonctionnement des objets, commits et arbres sur git (en profondeur) : [vidéo](https://youtu.be/MyvyqdQ3OjI). - Le fonctionnement des branches sur git (en profondeur) : [vidéo](https://youtu.be/mhZQRBp8dXE). - Comment git stocke son arborescence de fichiers : [article](https://book.git-scm.com/book/en/v2/Git-Internals-Git-Objects). - Les commandes associées à `git branch` : [documentation](https://git-scm.com/docs/git-branch).