In Subversion you can specify a range of versions to get an aggregate view of a series of commits. Is this possible in git? If so, how?
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.
You can pass ranges of revisions using the .. (and …) operator.
instead of giving (abbreviated) SHA hashes, you can also denote revisions relative to branches and tags:
Have a look at the chapter ‘Specifying Revisions’ in the git-rev-parse manual page