Devops Tools

GitLab branching

Posted on

Introduction This blog is  dedicated to understand the branching concept of Git As a Git user, you must be acquainted with the branching concept. Also, must be in common practice of directly merging all of your code into the master branch. But do you know merging into master directly can seize your chances of: a. […]

Devops Tools

Setting Up GitLab Runner on Windows

Posted on

In this blog, we will Setting Up GitLab Runner on Windows to run the builds on the same system or on the another systems. Gitlab Runner concept is just like a agent/slave configuration that we use in Jenkins/Bamboo. Introduction GitLab Runner is used to create a pipeline/job to trigger the builds. Types of Runners Shared […]