diff --git a/lisp/init-magit.el b/lisp/init-magit.el index cf783b7..9bc7354 100644 --- a/lisp/init-magit.el +++ b/lisp/init-magit.el @@ -87,7 +87,8 @@ '("s" "dired" magit-dired-jump)) ;; for a one file commit just do the stage+commit in 1 step just as - ;; with git commit -am + ;; with git commit -am, the command is "ci" just like my git alias + ;; for the same pupose, which does "git commit -am" (defun tvd-stage-and-commit-current-buffer() (interactive) (magit-stage buffer-file-name)