RoBlog

Tips & Tricks for Devs

Aug 7, 2018

Scripting the Day Away

If you have to do it more than once, script it! Not only does automating your mundane daily tasks allow for more time to focus on the fun stuff, it...

Jan 22, 2018

Interactive Rebase with Pancakes!

In a previous post, we talked about the basics of rebasing by moving a stack of pancakes. This is my second post in the Rebasing with Pancakes. This post will...

Nov 16, 2017

The Magic of Reflog

After my last post on rebasing, I have received a lot of comments from fellow Developers expressing their concern for messing up their branch with a rebase. And I understand...

Oct 12, 2017

Rebasing with Pancakes!

I have had a lot of people approach me recently with questions that could be solved with a Git Rebase, so I wanted to write a couple posts about it....

Sep 14, 2017

Sublime - Tip 0 - Setting up a Project

As the Pragmatic Programmer says "Tip 22: Use a Single Editor Well". I chose Sublime as that editor, because it is configurable, extensible, and programmable. Sublime is my go to...

Aug 24, 2017

Run Git prepare-commit-msg Hook on Previous Commits

I’ve had some people approach me after adding a git hook I made saying, now that I have the hook in place, how do I fix all my previous commits...

This project is maintained by RobertDeSonier