I find the UI of git stash quite unfortunate. First, I would prefer list to be the default action, so that typing "git stash" in the hope of getting some help would not make me lose my local changes. When trying to recover from that scenario, I do "git stash apply" as recommended by the "git stash" output. Now I still lost my index state, all changes are unstaged. The "git command subcommand" syntax seems different from other git commands. For example, you do not delete a branch with "git branch delete". The default naming of stashes makes it hard to remember what I was actually working on. Forcing me to give it a description (like branch and commit do) would probably have saved me some time overall. And finally, a "git stash clear" has quite far-reaching consequences. Most other mistakes are easy to recover from, but not this one. I offer these observations just for discussion. It has not been possible for me to think of any backwards compatible improvements, other than staying away from "git stash". Cheers, Anders. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html