Don't push --all, that is too much.
This commit is contained in:
parent
9a75dc61cb
commit
80de1b666d
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@
|
|||
|
||||
(defun git-push ()
|
||||
(interactive)
|
||||
(gits-run "git" "push" "-v" "--all"))
|
||||
(gits-run "git" "push" "-v"))
|
||||
|
||||
;;; Commit
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue