In "git checkout -- files", what does "--" mean?
Posted
by e-satis
on Stack Overflow
See other posts from Stack Overflow
or by e-satis
Published on 2010-03-27T22:40:27Z
Indexed on
2010/03/27
22:43 UTC
Read the original article
Hit count: 117
git
Is it the "end of option" I am used to see in bash (and if yes, why do we use it) or is it a Git notation for the Index or the HEAD?
© Stack Overflow or respective owner