Browse Source

Modification du script d'update (commande git pull)
pour éviter l'erreur 'You are not currently on a branch' en case de merge

Thibaut Marty 10 years ago
parent
commit
3c653273b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      update

+ 2 - 2
update

@@ -1,4 +1,4 @@
 #!/bin/sh
 
-git pull
-git submodule foreach git pull
+git pull origin master
+git submodule foreach git pull origin master