The best way to diff would be to do so against last known HEAD: $ git diff HEAD
This will include "git add"-ed files. If you have done "git stash" then the changes are stashed away. Simply do "git stash pop", and your stashed changes will get reapplied. Hope this helps! On Mon, Apr 9, 2012 at 1:14 PM, Victor Chugunov <[email protected]> wrote: > Roman, > can you please tell the steps to do a git diff on the new files > I tried git add <filename>, git add -N <filename> and after git diff > <filename> > and nothing was working > after doing git stash I've lost all my changes > > Victor -- Harsh J
