Git - Stashing
Which of the following is the correct syntax to stash only
-index.html and style.css files?-index.html and style.css files?git stash push -- <files> to specify files.-- before file names, which is required to separate options from file paths.-- before files to stash specific files [OK]-- before file names in stash command [OK]-- before file names-f15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions