sajad torkamani

Add files to index:

git stash <files>

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 *