Tag: version control

  • Getting started with GitHub Actions

    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…

    Read
  • Git Branching Strategy

    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…

    Read
  • Automated Deployment Pipeline 1 of 3

    The business case You launched a software application. You installed it on two customer sites. You support the application mostly by SSH to customer server…

    Read
  • Git Explained 2 of 2

    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…

    Read
  • Git Explained 1 of 2

    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…

    Read