Moving Files and Directories to a New Repository in Git
I’ve needed to move files or directories (along with their histories) from one Git repository into a new repository often enough now that I’m annoyed with my...
I’ve needed to move files or directories (along with their histories) from one Git repository into a new repository often enough now that I’m annoyed with my...
ssh
, tmux
and vim
: A Simple Yet Effective Pair Programming Setup
At my work, Drift+Noise, we try to use Agile software development methods where possible. For instance, we use TDD largely for our unit tests, BDD for funct...
Ever had the problem that your automated Django tests wouldn’t work because you didn’t have permissions to create the given extension and you thought: “WTF? ...
imview is a handy image viewing application for Linux. I’ve started using this at $work recently, because Eye of Gnome, a.k.a eog, (my usual go-to applicati...
At work we’re looking at using Apache Cordova to create cross-platform applications. The idea of being able to use a single code base and yet still target A...