sajad torkamani

Push files to the stash:

git stash -- <files>

View your latest stash:

# Show just the file names
git stash show

# Show changes in files
git stash show -p
Tagged: Git

Leave a comment

Your email address will not be published. Required fields are marked *