0 votes
in Git by
How to know what are the different saved states/stash of the current working directory?

1 Answer

0 votes
by

Using the command 'git stash list'. The output of this command is a list of the saves states starting from zero the latest to the oldest one. Each entry has the stash index starting from zero e.g. stash@{n} where n is index, followed by the branch name and the summarized description.

Related questions

0 votes
0 votes
0 votes
0 votes
0 votes
asked Oct 23, 2022 in Hadoop by DavidAnderson
0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
...