Git

  • 3 min
A Simple Git Workflow: Releaseflow

A Simple Git Workflow: Releaseflow

I’ve seen a lot of organizations use the Gitflow strategy to use Git. It’s not a bad strategy, but it could be way simpler. That’s why I was happy to find Releaseflow. In this post, I want to tell you how it works, and why it could be a benefit for your organization.

  • 1 min
Git Update Branch While On Other Branch

Git Update Branch While On Other Branch

I have those moments quite frequently, I need to update my develop branch, but I don't want to switch to it in git.