git

Fixing timestamps on existing git commits

Need to move all of your git commits a few hours to the future or the past, for example to fix a timezone issue? You've come to the right place. This is something

Getting Started with Github Actions for .NET Core

When I pushed my recent Ghoplin [https://zblesk.net/blog/introducing-ghoplin/] mini-project to GitHub, it automatically offered to define a build action. I really liked the user experience here: GitHub offered the Action

Making Gitea start automatically with systemd

I managed to deploy my Gitea service, but had difficulties getting it to start automatically on system startup. (Oh, I really miss Windows Scheduler.) I stumbled upon an article explaining how to define a simple systemd unit. I attempted to write one, and it worked! Here is what I came up with:

Running a git repo site on nginx on Ubuntu

Last time around [https://zblesk.net/blog/ghost-learning-nginx-on-ubuntu/] I wrote about migrating my webs to an Ubuntu VM. One of the few things that were left to migrate was my private git repo

Migrating history from TFS to Git with git-tfs

Maybe you've found yourself stuck with a codebase in the TFS Version Control System and would like to move it, along with its entire history, into Git. If so, this article explains how