Recent posts

GIT - colored log with graph

less than 1 minute read

Overview Colored output of the git log with a (kind of) graph Prerequisite git HowTo git log --graph --decorate --pretty=oneline --abbrev-commit

GIT - clone all repos at once

less than 1 minute read

Overview This is a HowTo for batch cloning all Repos of an User / Organization at once. Prerequisite having an <API-TOKEN> on Github for private Re...

SAILFISH - borg backup

less than 1 minute read

Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...

GIT - autosign commits with GPG key

less than 1 minute read

Overview This is a HowTo for setting up git for signing your commits auto-magic-ly with your GPG key. Prerequisite having a GPG-Key Do it get GPG key I...