helm-ls-git
helm-ls-git copied to clipboard
Use Helm to manage git projects
Would you be willing to append to auto-mode-alist [here](https://github.com/emacs-helm/helm-ls-git/blob/3eadeb2bc5d609e68bdaa184c2a50407c974c2a8/helm-ls-git.el#L1579)? `(add-to-list 'auto-mode-alist '("/git-rebase-todo$" . helm-ls-git-rebase-todo-mode) t)` I'd prefer to keep using the rebase mode I was previously using.
I would like to be able to do at least some very basic branch manipulation with Helm. What I think of is a command like 'helm-ls-git-branches'. When run, this command...
Attempting to use the `helm-marked-files-in-dired` action fails when called from `helm-source-ls-git`, as the value of `helm-ff-default-directory` is nil. Advising `helm-ls-git-ls` to let-bind the value of `helm-ff-default-directory` to `(helm-ls-git-root-dir)` works as...
Hi, Firstly, thanks for writing this package, I enjoy using it every day. I would like to propose adding the ability to find files in another repo that the current...
Hi I'd like to first thank you for the great package, this is one of my favorite helm packages. The way I'm using helm-ls-git is adding helm-source-ls-git to helm-for-files-preferred-list, and...
It would be nice to be able to list untracked files in this view as well. Use case: - I create a new file in my repo but I haven't...