gtl stash save
Parent command: gtl stash.
Create a new stash from the current working tree, optionally with a message and untracked files.
Usage
bash
gtl stash save [flags]Examples
bash
gtl stash save
gtl stash save -m "wip api refactor"
gtl stash save -uFull Help
text
Create a new stash from the current working tree, optionally with a message and untracked files.
Usage:
gtl stash save [flags]
Examples:
gtl stash save
gtl stash save -m "wip api refactor"
gtl stash save -u
Flags:
-h, --help help for save
-u, --include-untracked Include untracked files
-m, --message string Stash message