Totally agree. When first learning git, I got comfortable with git stash: work work, bug comes along, git stash, apply bug to master, git stash apply to get back to my state, work work. Then I started getting comfortable with branches.
Git stash is a killer feature that every developer can relate to, and highlights git's power.
Git stash is a killer feature that every developer can relate to, and highlights git's power.