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
?
Asked
Active
Viewed 19 times
0

Abdulwahab Almestekawy
- 574
- 2
- 6
- 17
-
https://stackoverflow.com/search?q=%5Bgit%5D+diff+double+dots – phd Oct 31 '22 at 20:21
-
2No difference. They are the same. – phd Oct 31 '22 at 20:21