Git - Stashing
If you run
git stash push -p -- app.js and select only some hunks, what will be stashed?git stash push -p -- app.js and select only some hunks, what will be stashed?-p option allows interactive selection of hunks. The -- app.js limits stashing to that file.app.js will be stashed; other changes remain.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions