projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e61bde3
)
Update
author
Francois Fleuret
<francois@fleuret.org>
Sun, 11 Nov 2018 20:46:13 +0000
(21:46 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 11 Nov 2018 20:46:13 +0000
(21:46 +0100)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
6dc9356
..
31bf00b
100644
(file)
--- a/
emacs.el
+++ b/
emacs.el
@@
-1223,7
+1223,7
@@
goback argument, go back where we were."
(load "vc-git")
(defun ff/git-pull-push (universal) (interactive "P")
- (when universal (
a
sync-shell-command "git commit -a -m \"Update\""))
+ (when universal (sync-shell-command "git commit -a -m \"Update\""))
(message "git pull / push ...")
(async-shell-command "git pull && git push" nil)
)