Doing a git add -p
I see a one diff and the list of choices :
~/workspace$ git add -p
diff --git a/gulpfile.js b/gulpfile.js
index cf91028..c3a0964 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -57,7 +57,7 @@ gulp.task("pack", pack);
// Minify and concatenate all js libs
gulp.task("libs", function() {
return gulp.src([
- "js/libs/trackjs.js",
+ // "js/libs/trackjs.js", // hidden due to noise but not the bug
"js/libs/q.js",
"js/libs/jquery.js",
"js/libs/cookie.js",
Stage this hunk [y,n,q,a,d,/,j,J,g,e,?]?
What does Stage this hunk [y,n,q,a,d,/,j,J,g,e,?]?
options means ? Where to find their explanations ?