I’ve moved my one-liners to textsnippets.
Tag Archives: bash
~/.bashrc
[Edit: 2005-03-14] I discovered I didn’t explain this nearly enough, so I’m going back and providing a little more detail as to how this all works. It’s taken me a while, but I think I’ve finally got my bashrc files to a setup I’m pretty happy with. I’ve provided it here in hopes that others […]
git: Duplicate Signed-off-by lines
I’ve been playing around with git a lot as an alternative to subversion and am really loving it. However, I’m getting an error every time I try to commit: Duplicate Signed-off-by lines. I can see where this is being thrown inside .git/hooks/commit-msg, but it wasn’t immediately obvious what the problem was. I did a quick […]