Use tig (text-mode interface for git)
# alternative to git log
tig
# show recent updates of files in a directory
tig path/to/directory
# show recent 30 updates of all files within a directory
tig --name-status -30 path/to/directory
# alternative to gitk filename or gitx filename. Shows history of changes made for a file
tig filename
# alternative to git blame
tig blame filename
# alternative to git status
tig status
Written by Katherine G Pe
Related protips
2 Responses
Thanks! and brew install tig
:)
over 1 year ago
·
So awesome! Thanks much
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#