When using -p mode of git add -p or git stash -p what does each of the letters stand for?
I’m guessing y is yes and n is no. What are the rest?
[y,n,q,a,d,/,K,j,J,g,e,?]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
-pmode means patch, the help for which is hard-ish to find, but if you checkgit add --helpyou’ll find the following