What is the difference between the following two commands?
1. git clone https://github.com/kotlin-hands-on/intro-coroutines
2. git clone https://github.com/kotlin-hands-on/intro-coroutines.git
I used the above two commands in different directories and compared the results. There were differences in some binary files in the .git directories, so that means that those two commands do something different, but I can't figure out what.