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).