Jul 8, 2025 3 min
Multitasking with Cursor: Using Git Worktree for Parallel Branch Development
Modern development workflows often involve running tools like Cursor or Cline to generate or refactor code. However, when you’re waiting for one instance to finish applying changes or suggestions,…
Jan 14, 2020 5 min
The art of reverting
For me, being a Software Developer is all about learning from your mistakes.
Apr 16, 2019 4 min
To merge or to rebase: that is the question
It’s one of the eternal questions that ignite all dev discussions, on par with:
Feb 2, 2017 5 min
Extending git with Ruby
At Runtime Revolution all our projects use git as part of the development workflow, which is why I think its important to find ways of extending git to make our lives easier.