Git - Stashing
You want to stash changes in
src/app.js and src/utils.js but keep changes in README.md. Which command achieves this?src/app.js and src/utils.js but keep changes in README.md. Which command achieves this?src/app.js and src/utils.js.git stash push -- src/app.js src/utils.js stashes only those files, leaving README.md changes unstashed.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions