Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: git along



On 13/11/14 21:01, Peter Stephenson wrote:
Can we:

      git just-show-me-whats-changed ... ?

... or is life just not meant to be so painless?
Do you mean what you just imported in the last pull?

git log ORIG_HEAD..

Add the option -p if you want to see changes within files as a patch.

I'd recommend using tig [1] for this, which is very nice for digging through git logs. I guess that just about every distro has it.

[1] http://jonas.nitro.dk/tig/



Messages sorted by: Reverse Date, Date, Thread, Author