What a double dash (--) mean?
Answer
It's used in commands to mark the end of commands options. One common example is when used with git to discard local changes: git checkout -- some_file
It's used in commands to mark the end of commands options. One common example is when used with git to discard local changes: git checkout -- some_file