0

I want to display the changes made since HEAD~3 until HEAD~1. What's the difference between using two dots like git diff HEAD~3..HEAD~1 and not using them like git diff HEAD~3 HEAD~1?

0 Answers0