.Net Pundit

The sound of one mouth yapping.

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...

Hello, World

By Stephen Darlington |  May 29, 2022  | general
Welcome to the world of the DotNet Pundit. This is where I’m going to talk about technology, software architecture, productivity, and the latest cool things from .NET Core. So grab a tasty beverage, sit back and relax. If you’re not careful, you might learn something along the way.
Continue Reading...