[GRASS-dev] git howto get a single diff for a PR with multiple commits

Ken Mankoff mankoff at gmail.com
Tue Jun 4 21:44:19 PDT 2019


On 2019-06-04 at 23:12 +02, Markus Metz <markus.metz.giswork at gmail.com> wrote...
> I would like to speed up reviewing of a PR with multiple commits by
> reading a single diff file. How is this possible with git? [...] can
> git (on CLI on my local copies) also do this?

I think git can diff any two commits. Do this by providing two commit hashes instead of just one (which defaults to that v. the currently checked out hash + any local changes).

  -k.


More information about the grass-dev mailing list