Juan José López Villar <jjoselvill@xxxxxxxxx> writes: > I was wondering if a git configuration could be made for including by > default untracked files to git stash, so every time it runs it is like > it had the -u flag appended. For example: stash.includeUntracked It probably won't be just an addition of a configuration variable, but it would also need to adjust the command line option so that a configured stash.includeUntracked==true can be countermanded from the command line (e.g. "git stash --no-include-untracked"). Are you interested in running with your idea to implement it?