Skip to content

Instantly share code, notes, and snippets.

@jvorcak
Last active October 11, 2019 17:24
Show Gist options
  • Save jvorcak/928da554f8e4f6582a83fd659a9566de to your computer and use it in GitHub Desktop.
Save jvorcak/928da554f8e4f6582a83fd659a9566de to your computer and use it in GitHub Desktop.
tig - Text-mode interface for git

tig - Text-mode interface for git

This is a proposal for #ReactiveConf 2017 open call for Lightning talks.


Do you think that using git command line tool is the most efficient way of interacting with your repository? In this lightning talk, I will introduce tig - the ncurses front-end for git, which will make your interaction with git much more efficient.

tig combines the advantages of the command line and GUI tools like qgit. With a couple of keystrokes, you are able to do almost everything that git command has to offer, just in a much more faster and efficient way. Run diff & checkout commands, view staged files, manage branches, stash, cherry-pick and much more...

And the best part of it: it's written using ncurses, so you don't need to leave your console at all.

Please ⭐ if you want me to show you how tig could improve your git workflow 🙂

tig


Disclaimer: I'm not a tig contributor, I just really enjoy using it 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment