You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
would be more convenient with an alias (though we can shorten it to git stash -u, however I don't like this shortened version because it reminds me of git add -u, which is the opposite of git stash -u in that it ONLY affects tracked files π )
Perhaps we could call it git pokemonstash (Gotta stash'em all) with
pokemonstash = stash --include-untracked
I thought git stashall might be a more traditional alternative but git stash --all already exists which does something else, so this would be confusing.
This option is only valid for push and save commands.
All ignored and untracked files are also stashed and then cleaned up with git clean.