> git checkout my_ticket
> git merge master
> git diff ^master
> git reset --hard HEAD~

I guess you want to use

  git diff master...ticket

https://www.kernel.org/pub/software/scm/git/docs/git-diff.html

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"sage-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to