mirror of
https://github.com/iwata/git-now.git
synced 2026-09-10 07:26:29 -04:00
This commit is contained in:
parent
e2c686bd38
commit
bdbe932bc9
10
git-now.el
Normal file
10
git-now.el
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
;;; git-now.el - Call "git now" command
|
||||
|
||||
(provide 'git-now)
|
||||
|
||||
(defun now ()
|
||||
(interactive)
|
||||
(call-process "git" nil "*git now*" nil "now")
|
||||
(pop-to-buffer "*git now*" t nil)
|
||||
(other-window -1)
|
||||
(message "git now!"))
|
||||
Loading…
Reference in a new issue