7 posts tagged "git"

Containers for Non-Technical Readers With Podman Desktop

A decade ago, when containers were the hot new thing in town, learning about them required lots of command typing on the terminal. These days, thanks to tools like Podman Desktop, the task is oh so much simpler than ever. In this article we’re going to learn some common container technology concepts, using the visual user interface of Podman Desktop to help us during the process.

Hugo in DevOps Mode

As I explained last week I have been updating this website in various ways; I removed the downloadable PDFs, then added privacy-friendly analytics, and finally, I set up a scheduled pipeline in GitLab to automatically build and deploy this website every Friday morning.

Gitea

GitHub, Bitbucket, GitLab; they are not the only solutions available to share Git repos with your friends and colleagues.

Memories of Centralized SCMs

It might sound incredible to younger developers out there, but there was a time when Git did not exist.

Git for Non Technical Readers

If you are in the business of software, sooner or later you will hear people talking about Git, GitHub, or GitLab.

Going Github

This is something I’ve been looking forward to do for some time.

Git

If you haven’t tried git, you should. Git is a “distributed version control” system, that is, similar to Subversion with the big difference that… you do not need a server.