2022-11-28
|~1 min read
|104 words
By default, Git’s command will only stash the uncommitted changes to tracked files, i.e., files that have already been included in the…
2022-11-28
|~1 min read
|157 words
Adding a message to a stash is a great way to easily identify what’s included in a stash. This can be particularly helpful if you’re only…
2022-11-28
|~2 min read
|261 words
Sometimes you only want to stash a few files at a time. Maybe in the course of your work, the files you were changing revealed a bigger…
2022-11-28
|~3 min read
|439 words
I find myself writing the following command multiple times daily. I had been reading a little about bash functions and wanted to see if I…