Phillip Susi <psusi@xxxxxxxxxx> writes: > git stash makes two commits, one that has no changes from the base, > and one to stash your changes in. Why? The only reason the former is identical to the base is because you are not incrementally building your next commit using "git add". It represents the state of your index. The latter represents the state of the tracked files in your working tree. -- 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