Skip to content
Snippets Groups Projects
Commit 1027fa37 authored by Carine Rey's avatar Carine Rey
Browse files

fix misleading title

parent daf5eeb8
No related branches found
No related tags found
No related merge requests found
Pipeline #1586 passed
...@@ -413,7 +413,7 @@ Why you should never commit data to Git: ...@@ -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. 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. Import scripts of your own project on gitlab.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment