Récupération d'articles d'archives
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
---
|
||||
date: "2021-10-09 12:00:00"
|
||||
comments_url: https://com.richard-dern.fr/post/268
|
||||
date: '2021-10-09 12:00:00'
|
||||
title: Stocker ses fichiers dans des dépôts git
|
||||
weather:
|
||||
temperature: 14.6
|
||||
humidity: 59
|
||||
pressure: 1024.8
|
||||
illuminance: 70825.3
|
||||
precipitations: false
|
||||
wind_speed: 20.9
|
||||
wind_direction: 79
|
||||
pressure: 1024.8
|
||||
source:
|
||||
- open-meteo
|
||||
comments_url: https://com.richard-dern.fr/post/268
|
||||
- open-meteo
|
||||
temperature: 14.7
|
||||
wind_direction: 79
|
||||
wind_speed: 20.9
|
||||
---
|
||||
|
||||
> En résumé : j'utilise [_git-lfs_](https://git-lfs.github.com) pour stocker
|
||||
@@ -108,4 +108,4 @@ Une "limitation" de lfs qui ne me concerne pas mais dont il faut être conscient
|
||||
> In the mean time, you can set the environment variable GIT_LFS_SKIP_SMUDGE to 1 and run git lfs pull to pull down the LFS files. This bypasses Git’s smudging functionality and therefore avoids its limitations.
|
||||
|
||||
De manière générale, lisez la [FAQ](https://github.com/git-lfs/git-lfs/wiki/FAQ)
|
||||
et le reste du [wiki](https://github.com/git-lfs/git-lfs/wiki) de lfs.
|
||||
et le reste du [wiki](https://github.com/git-lfs/git-lfs/wiki) de lfs.
|
||||
Reference in New Issue
Block a user