Live data from Hacker News

GitUI: Terminal UI for Git

github.com

1–10 of 94 posts

Re: GitUI: Terminal UI for Git

#3
I use fugitive, a Git interface that operates from within [n]vim. There are many advantages to using Git from within an editor, especially as so many Git operations land you in an editor in any case; this way, you stay in your editor context, so, for example, you get completions from your other windows when composing your commit messages.

Re: GitUI: Terminal UI for Git

#4
Looks great and fast! Nice work! I'm wondering if the missing features for 1.0 will keep it fast. (The first thing I wanted to do is search the log and see the graph :-). Does not look like it.
Post reply on HN