I would like to do a diff between two tags and committed changes between those two tags. Could you please tell me the command?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
or show log between them:
sometimes it may be convenient to see only the list of files that were changed:
and then look at the differences for some particular file:
A tag is only a reference to the latest commit ‘on that tag’, so that you are doing a diff on the commits between them.
(Make sure to do
git pull --tagsfirst)Also, a good reference: https://git-scm.com/docs/git-diff