Git stash Internals
How does git stash
work under the hood?
How to view the untracked files in a stash?
How does git stash
work under the hood?
How to view the untracked files in a stash?
You are used to use cd
in the shell (bash, zsh) to change folder then
cd -
to go back to the folder you were previously in.
Good news, git
offers a similar shorthand when switching branches.
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.
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.
I recently discovered zmv
, a builtin feature of zsh that makes batch file renaming, a breeze.
I recently upgraded Octopress, the engine running my blog, to version 3.0 with the octopress-genesis-theme. Eagerly waiting for the official release!