Automation

A 1-post collection

Automating Git

By Stephen Darlington |  Jun 19, 2022  | automation
In software development, there are a lot of repetitive tasks. For example, creating releases in git, creating hotfix branches, etc. Because developers are lazy (read: efficient), we like to create scripts to automate things. To that end, I’ve created a couple small python scripts to help you automate this. Your branching process may be different from this, but here’s an example workflow: You branch from main to do your work. You work on your feature.
Continue Reading...