Blog¶
-
Git stash internals
How does
git stashwork under the hood?
How to view the untracked files in a stash? -
Go to the previous branch with
git checkout -
git checkout -jumps back to the branch we were previously on. -
Change the case of filenames with Zsh
Today, after importing photos from my iPhone to my Mac, I noticed their filenames were all uppercase whereas I want them to be all lowercase. This is a task zsh can perform easily with a oneliner.
-
My bookmarking workflow
Here is how I set aside links to read them when I have time and classify them with tags to find them easily later on.
-
Batch rename files with Zsh
I recently discovered
zmv, a builtin feature of zsh that makes batch file renaming, a breeze.