From d7a341fb19ce116f4464bb85b6ddc8e841c0cf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Wed, 22 May 2024 15:51:36 +0200 Subject: [PATCH] Update 1.4. git.md --- docs/1. Initializing/1.4. git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1. Initializing/1.4. git.md b/docs/1. Initializing/1.4. git.md index a55b269..fb1d241 100644 --- a/docs/1. Initializing/1.4. git.md +++ b/docs/1. Initializing/1.4. git.md @@ -87,7 +87,7 @@ Adhering to these practices ensures your repository remains streamlined, contain ## Git additional resources -- **[`.gitignore example from the MLOps Python Package](https://github.com/fmind/mlops-python-package/blob/main/.gitignore)** +- **[`.gitignore` example from the MLOps Python Package](https://github.com/fmind/mlops-python-package/blob/main/.gitignore)** - [About Git](https://docs.github.com/en/get-started/using-git/about-git) - [Git Tutorial on W3Schools](https://www.w3schools.com/git/) - [gittutorial - A tutorial introduction to Git](https://git-scm.com/docs/gittutorial)