Browse Source

quiet push

master
Robin Thoni 8 years ago
parent
commit
97d5622098
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      git-backup

+ 1
- 1
git-backup View File

@@ -23,6 +23,6 @@ do
23 23
     (
24 24
       git add -A
25 25
       git commit -m "[GIT-BACKUP] $(date)"
26
-      git push origin master
26
+      git push origin master --quiet
27 27
     )
28 28
 done < "${configFile}"

Loading…
Cancel
Save