module Git::Commands::Stash

Commands for stashing working directory changes via β€˜git stash`

This module contains command classes split by stash operation:

@see git-scm.com/docs/git-stash git-stash documentation

@api private