You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relative paths to files check if the file exist on the file system to determine if it is a path and not a RegEx. This is of course not working for deleted files, eg git checkout -- deleted\file.txt.
-- could be used to detect if the following arguments are paths, but the use of -- is not mandatory. Maybe it will work in most cases? (And is -- only used before paths???)
The text was updated successfully, but these errors were encountered:
Relative paths to files check if the file exist on the file system to determine if it is a path and not a RegEx. This is of course not working for deleted files, eg
git checkout -- deleted\file.txt
.--
could be used to detect if the following arguments are paths, but the use of--
is not mandatory. Maybe it will work in most cases? (And is--
only used before paths???)The text was updated successfully, but these errors were encountered: