I started with GitHub Actions a couple years ago. Recently I came across a few interesting use cases while I was trying to setup Terraform…
In my orthweb project, I had to compile a library on my own. In search for free computing resources I realized that GitHub action can…
I have been in two discussions about Git branching strategy in different organizations. Too many concepts! So I open this post to jot down the…
This is a continuation from Git Explained 1 of 2 where the fundamental concepts are covered. In this article we introduce some tools for customization…
In a nutshell, Git is a distributed version control system, commonly used as source control management. It places files in one of three logical areas…