|
|
|
|
|
by chrisweekly
3768 days ago
|
|
a couple things helped me get into a comfortable flow w/ git:
realizing git stash creates a commit (accessible via
git reflog show stash).
v helpful for managing interrupts, and gaining confidence you're not going to lose any work. also, learning to be quick to create (and dispose of) branches, as they're just names. |
|
You can just do "git stash list".