DEV Community

Discussion on: How to list commits from the current branch.

Collapse
 
ccoveille profile image
Christophe Colombier

about the 3 dots vs 2 dots thing

Some Git commands take commit ranges and one valid syntax is to separate two commit names with two dots .., and another syntax uses three dots ....

What are the differences between the two?