DEV Community

[Comment from a deleted post]
Collapse
 
alexisfinn profile image
AlexisFinn

Ooo just remembered one of my favorite everydays:

tig : A terminal interface for git that I find just awesome. My only complaint is that it starts by default in history/graph view whereas most of the time I want to add/remove/commit stuff.

So a quick bash alias:

tig='tig status'
does the trick.