Blog Posts
How to quickly get your feature branch up-to-date with upstream
Created on: Oct 04, 2024
Last updated: Oct 04, 2024
In this post, I'll show you how to quickly update your development branch with the latest changes from the upstream branch.
0 minutes read
Forcing a migration in Rails
Created on: Aug 25, 2022
Last updated: Aug 26, 2022
In this blog post you'll learn about how to force a rails database migration
0 minutes read
Rails: Solution for "can't find gem bundler (>= 0.a) with executable bundle"
Created on: Jan 23, 2021
So you have cloned a fresh copy of your old rails project or someone else's project which used to work previously just fine, and now...
1 minute read
Generator Functions
Created on: Dec 27, 2020
Last updated: Dec 12, 2022
In this post I explain generator functions, go over a couple of use cases then show an example in Python
5 minutes read
Remove Local Branches No Longer On Remote
Created on: Jul 19, 2020
Learn how to remove local branches no longer exist on remote
0 minutes read