On Jun 27, 2018, at 23:49, Yuri Khan <yurivkhan@gmail.com> wrote:On Wed, Jun 27, 2018 at 9:29 PM Jean-Christophe Helary
<brandelune@gmail.com> wrote:$ git diff HEAD@{1}..
Thank you, and thank you Andreas for the same reply.
Note the subtle difference: “git diff HEAD@{1}..” will give the diff
between previous and current states, while “git diff HEAD@{1}” will
give the same diff but in reverse.