Ran into an issue using Capistrano and Modman today. Seems like if you clone using modman, the git submodule isn’t […]

If you use Librarian for manage your Chef cookbooks and Vim for editing Cheffile, you may find useful vim-Cheffile what […]

Viewing git diffs on the command line is OK for small diffs, but I like viewing larger ones in a […]

Don’t you hate it when you write a beautiful batch script, then run it only to discover it fails miserably? […]

https://index.docker.io/u/erickbrower/docker-percona/ MySQL credentials are: root / [no password], ok for builds and development. Feel free to fork and set your […]

You can list all branches which have not been merged into current branch. unmerged branches git branch -a –no-merged The […]

TL;DR If you’ve edited a file in vim and you don’t have write permission you can save the file using: […]

Have you ever wished something was different about Coderwall? Had an idea for a feature or to fix some annoying […]

Quickly jump between two files (ex. code and test): nmap <leader><leader> <c-^> Combine with space as leader key: let mapleader […]