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 🙂
Disclaimer: I'm not a tig
contributor, I just really enjoy using it 🙂