From 1027fa37af7c3d3ea9d64a7e527550c79f9affed Mon Sep 17 00:00:00 2001 From: Carine <carine.rey@ens-lyon.fr> Date: Tue, 13 Feb 2024 11:20:33 +0100 Subject: [PATCH] fix misleading title --- index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index f39f52c..3a35047 100755 --- a/index.qmd +++ b/index.qmd @@ -413,7 +413,7 @@ Why you should never commit data to Git: Data should never be committed into your Git repositories. This is because git was designed to version small files of source code; committing data, a different category of things from source code, into your repositories will first and foremost lead to repository size bloat. Also, committing data into repositories means the data get shipped alongside the source code to anybody who has access to the source code. This might not necessarily be in-line with organizational practices. ::: -# Time to work on your data +# Time to work on your scripts Import scripts of your own project on gitlab. -- GitLab