Selaa lähdekoodia

git-annex in @juliens-MBP

julien colomb 2 vuotta sitten
vanhempi
commit
f3fc08c2aa
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .scripts/template_init.command

+ 2 - 2
.scripts/template_init.command

@@ -74,7 +74,7 @@ else
     rm "00repo_needs_initialisation00.txt"
 
     # arrange parent repository (no rewriting history for security issue)
-    gin commit . -m "initialisation"
+    gin git commit . -m "initialisation"
     gin upload .
 
     # add submodule to PI repo
@@ -96,7 +96,7 @@ else
     echo "submodules need intitialisation due to project $repo " >> "initialise.txt"
     
     # push changes on the server and remove the repo from the computer.
-    gin commit . -m "added project $reposhort"
+    gin git commit . -m "added project $reposhort"
     gin upload
     cd ../
     rm -rf labreports