Skip to content
Snippets Groups Projects
Christophe Benz's avatar
Christophe Benz authored
for datasets and compress git objects between commits.

Then merge all trees of those commits in the branch in a single tree in master.
72337249

Eurostat fetcher

Initialize eurostat-json-data bare repository

mkdir eurostat-json-data.git
cd eurostat-json-data.git
git init --bare
git --work-tree=/tmp/eurostat-json-data checkout --orphan master
git --work-tree=/tmp/eurostat-json-data commit --allow-empty -m "init"