Need to use different public/private key pairs for different environments? You can use iTerm2’s profiles with environment variable GIT_SSH_COMMAND to make handling multiple keys easier.
Tag Archives: software
Git – Finding Lost/Dangling Commits
Lost a git commit? Here is how you might be able to get it back.
Type Checking In JavaScript Is Tricky
Type checking is tricky in JavaScript. type === ‘string’ may one day trip you up.