Patricio Treviño

Patricio Treviño

Husband . Father . Developer
1total entries in stash

Stash all changes in a git repository

Syntax

# stash everything (tracked, untracked, ignored)
git stash --all
# stash everything, (tracked and untracked, but not ignored)
git stash [save -u | --include-untracked]
view raw syntax.text hosted with ❤ by GitHub