nano ~/.git/config [alias] stash-untracked-unstaged = "!if() { git stash -k -u; }; f" usage: git stash-untracked-unstaged