Skip to content

Instantly share code, notes, and snippets.

@schneefisch
Last active December 8, 2022 10:07
Show Gist options
  • Save schneefisch/1e1434b09b8e01222e18e382c44307b6 to your computer and use it in GitHub Desktop.
Save schneefisch/1e1434b09b8e01222e18e382c44307b6 to your computer and use it in GitHub Desktop.
Git stash help

Git Stash Manual

git stash list []
git stash show []
git stash drop [-q|--quiet] []
git stash ( pop | apply ) [--index] [-q|--quiet] []
git stash branch  []
git stash [save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet] [-u|--include-untracked] [-a|--all] []]
git stash clear
git stash create []
git stash store [-m|--message ] [-q|--quiet]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment