13 ms·
There's also a ncurses-based interface for git called tig[1]. I find it a bit easier to stage chunks/lines than git add -p as it's interactive. When I'm not on
by mileswu 13y ago
There's also a ncurses-based interface for git called tig[1]. I find it a bit easier to stage chunks/lines than git add -p as it's interactive. When I'm not on a command line, gitx-dev for OSX [2] also makes it very easy too.
[1] http://jonas.nitro.dk/tig/ http://jonas.nitro.dk/tig/
[2] http://rowanj.github.io/gitx/ http://rowanj.github.io/gitx/
- andrey-p 13y ago+1 for tig. I don't use it for staging and committing (I prefer to do all that using normal git) but it's ridiculously useful for quickly checking the git history, blames etc.