Hello,
I was wondering is such a feature exists to stage the entire buffer?
Perhaps git-gutter:stage-buffer ?
I understand this is trivial to do:
(shell-command (format "git add %s" (shell-quote-argument (buffer-file-name))))
Thanks for all the work.
Hello,
I was wondering is such a feature exists to stage the entire buffer?
Perhaps
git-gutter:stage-buffer?I understand this is trivial to do:
Thanks for all the work.