Here are some of the useful tricks I learned about Git stash last week.

Git stash save
Git stash list
Git stash apply
Git stash pop
Git stash show
Git stash branch
Git stash clear
Git stash drop

Let’s look closer!
READ