Funny. I thought 'git' was a terminal UI for git.
GitUI: Terminal UI for Git
11–20 of 94 posts
Re: GitUI: Terminal UI for Git
#12Any tig users here ? I’m happy with it since then, looks like the feature set is pretty similar
Re: GitUI: Terminal UI for Git
#13Lazygit is an alternative which worked great so far for me https://github.com/jesseduffield/lazygit
Re: GitUI: Terminal UI for Git
#14Re: GitUI: Terminal UI for Git
#15Earlier quoted context omitted.
But only available in Emacs
What's the learning curve if you're not an Emacs user?
Re: GitUI: Terminal UI for Git
#16Re: GitUI: Terminal UI for Git
#17I 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
#18Any tig users here ? I’m happy with it since then, looks like the feature set is pretty similar
Re: GitUI: Terminal UI for Git
#19Is there a Web UI equivalent for tools like this, where one can spin up a web server pointing to a git repo on the server and do commit, diff, merging, graph visualisation etc. through a web interface?