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

Peter Petrik peter.petrik at lutraconsulting.co.uk
Tue Jun 4 22:51:18 PDT 2019


Hi,

you can diff the branch agains the branch origin point (see eg
https://stackoverflow.com/questions/29810331/is-there-a-quick-way-to-git-diff-from-the-point-or-branch-origin).
For example if you PR 28 is on local branch pr_28, branched from master you
can do:

git checkout pr_28
git diff master...

P.



On Wed, Jun 5, 2019 at 6:44 AM Ken Mankoff <mankoff at gmail.com> wrote:

>
> 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.
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20190605/11626a01/attachment.html>


More information about the grass-dev mailing list