|
@@ -5,8 +5,12 @@ git clone https://github.com/mikapfl/unfccc_di_data
|
|
|
cd unfccc_di_data
|
|
|
rm -rf venv
|
|
|
make venv
|
|
|
-source venv/bin/activate.fish
|
|
|
+source venv/bin/activate.fish (in case you use bash without the '.fish')
|
|
|
datalad rerun …
|
|
|
+
|
|
|
+datalad siblings add -s ginhemio --url https://gin.hemio.de/CR/unfcc_di_data --pushurl git@gin.hemio.de/CR/unfcc_di_data
|
|
|
+git config remote.ginhemio.annex-ignore false
|
|
|
+
|
|
|
datalad push --to ginhemio --data anything
|
|
|
|
|
|
At home:
|