Ajout script de backup pour VPS
[hvutilities.git] / scripts / vb
index 8473adf..b9cd822 100755 (executable)
@@ -14,7 +14,7 @@ if [ "x${1}" = "x--help" ]; then
 fi
 
 if git diff 1> /dev/null 2>&1; then
-    git branch -a "$@"
+    git branch "$@"
 elif hg status 1> /dev/null 2>&1; then
     hg branches "$@"
 else