How to git

A full guide based on Atlassian branching model

Using the git-workflow method, in this document we explain some best practices and (naming) conventions on how to keep things organized and ‘easy’.

In this document, there are multiple references to git push --force related to rebasing on branches other than develop or master, please try to use git push –force-with-lease, or, when using my gitconfig, use git please :)

[Read More]

Linux screen

Improve your workflow with screen

In my day to day activities, I use the terminal pretty actively. I hate the idea of having many seperate terminal windows open, so I’m very happy with screen. According to the manpage, Screen is a full-screen window manager that multiplexes a physical terminal between several processes.

In order to keep track of active screens or display which screen is currently active, I use the following screen config:

[Read More]