If you have been using Git for a while you might have used Git stash. It’s one of the useful features in Git.
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
Git stash save
This command is like Git stash. But this command comes with various options. I will discuss some important options in this post.
Read more at Dev.to