소스 검색

add info to howto

Johannes Gütschow 1 년 전
부모
커밋
e387884807
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      howto_new_release

+ 5 - 1
howto_new_release

@@ -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: