A dead stupid (yet effective) git dashboard in 3 lines of bash Arialdo Martini git March 3, 2014 1 Minute Fork me on GitHub or just grab the code from the gist. Share this:TwitterFacebookLinkedInTumblrEmailLike this:Like Loading... Related Published by Arialdo Martini View all posts by Arialdo Martini Published March 3, 2014
emacs magit is a bit better. You view the status with M-x g You view unstaged diffs with tab. You stage items with s. Reply
Yes, of course, rurban! Can’t beat magit. It’s not just a bit better, it’s a piece of magic! Couldn’t live without… Reply
Why don’t you use “`git add -p“`?
emacs magit is a bit better. You view the status with M-x g
You view unstaged diffs with tab.
You stage items with s.
Yes, of course, rurban! Can’t beat magit. It’s not just a bit better, it’s a piece of magic! Couldn’t live without…