Gitmoji

I'm still a total fan of Chris Beam's How to Write a Git Commit Message but lately I mixed in some gitmojis.

Gitmoji support is available at different levels (e.g. GUI git clients like Tower App), but I prefer the command line tool. My current workflow is to stage everything with Sourcetree and then fire up an interactive gitmoji -c to give a special touch to my commit message.

gitmoji -l will listen all of the avilable messages, just like the website would do.

Read more…

Dorian on #Git,

13th. Iteration

This is the 13th. major version of this homepage and yes - I'm going back to a static page generator with blogging capabilities. You might want to read this short summary behind the rationale.

Read more…

Dorian on

LXC backup

Current This solution still works remarkably good.

Additionally to a duply-driven approach, we wanted to backup our LXC containers remotely in an archive.

The following approach was taken from stackoverflow and was tailored to our needs.

Read more…