I often find myself wanting to reference the current branch I am on when typing a command. I create a bash
function to paste it.
In this article I describe a (bash & Perl) script I’ve recently created to
perform a git blame
on the lines matching a git grep
I am performing, and
concepts, pitfalls, and solutions I’ve found along the way.
| tags: [ Git ]
In this article I describe my approach to keeping the disk space for my Git repositories low on both the desktop and netbook machine.
| tags: [ Git Hooks Webserver ]
In this article I describe my approach to deploying new versions of a personal web application, running under Lighttpd and using Perl as its back-end. The same approach can possibly be used for similar scenarios.
| tags: [ Git Hooks Perl Perltidy ]
In this article I describe my approach to keeping some of my Perl repositories as clean and as tidy as they can be.