[Vm-dev] git incoming diffs?

Nicolas Passerini npasserini at gmail.com
Tue Sep 6 08:48:05 UTC 2016


> How do I list the files that would be changed?
>

git diff --name-only @{u}

>
> How do I diff the files that would be changed?
>
>
git diff @{u}


Your "local copy of the remote branch" (which is referenced by @{u}) should
be updated, so maybe you want to do "git remote update" first or "git
fetch". But if you already did it in your first command, it is not
necessary to do it again.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20160906/06521662/attachment.htm


More information about the Vm-dev mailing list