When pushing changes via project deploy, we now show a beautiful diff to tell you what will change on push.
I'd like to integrate the same thing on checkout (perhaps with a flag like --diff), so that when checking out and you get a divergence error, we can report the changes that will be lost.
So I guess this is basically a diff for unstaged changes
When pushing changes via
project deploy, we now show a beautiful diff to tell you what will change on push.I'd like to integrate the same thing on checkout (perhaps with a flag like
--diff), so that when checking out and you get a divergence error, we can report the changes that will be lost.So I guess this is basically a diff for unstaged changes