You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a custom telescope command that displays all files that I have edited on my personal branch, and the difference with the main branch.
It looks something like this:
git diff --name-only --relative $(git merge-base main HEAD
and piping the output to Telescope.
Is the changed_on_branch with a similar purpose? It did not seem to work on my personal setup.
If it does not have the same purpose, can I try to add this feature to this repo?