|
|
|
|
|
by soupshield
1409 days ago
|
|
What do we call the "--" part in a command like this: git checkout HEAD -- <filename>
I find it hard to remember things unless I understand their purpose. It looks like it's specifying an argument but without an argument name (e.g. --verbose), unless it's similar to a pipe | symbol and <filename> is being passed to the checkout command as some special kind of argument? |
|
https://unix.stackexchange.com/questions/11376/what-does-dou...