Git functionality
#2070
-
I never knew about the Git functionality. How does one use it? I searched in |
Beta Was this translation helpful? Give feedback.
Answered by
saulpw
Oct 22, 2023
Replies: 1 comment 6 replies
-
It's in a separate app now, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought I had written up more about how to use it when I reworked it earlier this year while importing it into the main VisiData repo, but I can't find it. Yes, it's like a git passthrough, which co-opts some subset of commands for a visual interface. Try
vgit log
orvgit branch
orvgit status
. Some of these interfaces are more useful than others. I tried settingalias git=vgit
for awhile myself but got annoyed with it. Now I use it in limited circumstances when I want a data-oriented view of some git repo.I think there might still be some value there, but it needs "more" time and attention (always more), and it's not worth it for me to invest more into it, other than keeping it runnin…