Don't push --all, that is too much.

This commit is contained in:
Marius Vollmer 2008-08-05 03:17:49 +03:00
parent 9a75dc61cb
commit 80de1b666d

View file

@ -298,7 +298,7 @@
(defun git-push ()
(interactive)
(gits-run "git" "push" "-v" "--all"))
(gits-run "git" "push" "-v"))
;;; Commit