Software Alternatives, Accelerators & Startups

Gitui: Terminal UI for Git

lazygit Productivity Power Tools fugitive (via vim)
  1. Simple terminal UI for git commands.

    #Git #Git Tools #Development 82 social mentions

  2. Extension for Visual Studio - A set of extensions to Visual Studio 2012 Professional (and above) which improves developer productivity.
    Pricing:
    • Open Source
    AFAIK a magit stand alone client exists Anyway, happy user of this for VS Code (former magit user) https://marketplace.visualstudio.com/items?itemName=kahole.magit.

    #Regular Expressions #Programming Tools #Development 364 social mentions

  3. Free - VIM license
    I haven't, but I don't use emacs. Crash course: `mkdir -p ~/.vim/pack/git/start` `git clone https://github.com/tpope/vim-fugitive ~/.vim/pack/git/start/vim-fugitive` Open a file under version control and `:Git blame` The commit shas, author, and date appear in a window to the left. `Ctrl+w Ctrl+w` to switch windows. Both windows scroll up and down together. Pressing `o` on a commit sha opens the full commit log and patch in a window below. Close this with `:q` Pressing `~` on a commit sha re-blames on parent (git's ~) Pressing `P` on a commit sha re-blames on parent (git's ^) There's also a set of (old and a bit outdated) Vimcasts on fugitive, episodes 31-35 http://vimcasts.org/episodes/archive/.

    #Git #Git Tools #Code Collaboration 69 social mentions

Discuss: Gitui: Terminal UI for Git

Log in or Post with