In
git stash show stash@{x}
what values can x take(apart from the whole numbers pointing to the serial number of the stash)?
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 only values I know of are the one listed by:
Ie the “whole numbers” you are referring in your question (0, 1, 2, …), or time-based syntax:
git stashman page:If so, the list of values are part of the ones specified in
git rev-parse, mainly inspired from the following two categories: