Harshit Sahuharshitsahu2311.hashnode.dev·Aug 26, 2024Jenkins Part2 - Getting Deep Dive KnowledgeHow Does Jenkins Work? Jenkins operates by automating tasks in the software development lifecycle. The basic workflow involves setting up jobs or projects that define the actions Jenkins will perform. Here's a simplified overview of how Jenkins works...49 readsJenkins
Ojas Hitendra Jawaleojasj45.hashnode.dev·Jul 29, 2024Introduction to GitLab runners with setup in DepthIntroduction of GitLab Kindly visit to my previous Blog for, Basics of GitLab & Advance of GitLab What are Runners in GitLab? GitLab Runner is a small lightweight program written in Go that runs Continuous Integration (CI) related jobs on your...#90daysofdevops
Vukani Gcabashevukanig.hashnode.dev·Jul 23, 2024Introduction to GitGit is an essential tool for developers, providing a powerful way to manage and collaborate on code. This article will introduce you to Git, explain its benefits, and guide you through essential topics with practical examples and use cases. We'll als...GitHub
Harshit Sahuharshitsahu2311.hashnode.dev·Jun 21, 2024Git & GitHub in DevOpsLet's first understand that why would we get the need for this tool Suppose a team is making a website and each member got some tasks like someone has got to design my orders page, someone got list page, etc. Now one manager manages these all things ...1 like·112 readsSource code management
Hemanth Gangulahemanthgangula.hashnode.dev·Apr 22, 2024Automating Code Updates from Git to Docker for Seamless TestingImagine a scenario in a software development environment where developers frequently push updates to a Git repository, and testers need to continuously test these changes in a controlled environment. By automating the process of updating code from Gi...8 likes·42 readsGit
Ayush Dabhiayushdabhi.hashnode.dev·Mar 19, 2024Unlocking the Power of Git: Mastering Soft and Hard Resets for Efficient Code ManagementGit, the popular version control system, provides powerful tools for managing your project's history. One common task is undoing commits, and Git offers two main methods to achieve this: soft reset and hard reset. Soft Reset: When you perform a soft ...#GitTips
Angela Ogbonnayaangieboss.hashnode.dev·Jan 23, 2024Getting Started with Git for Version Control.Introduction: Version control is crucial in software development, allowing teams to collaborate efficiently and track changes in their codebase. Git, a distributed version control system, is widely used for its flexibility and powerful features. This...1 likeGit
Iswan Jumatblog.iswanjumat.com·Dec 2, 2023The Backbone of Collaboration: Understanding Merge Request ReviewsIntroduction Merge request reviews form an integral part of successful collaborative projects, especially in the field of software development. They ensure high-quality code, facilitate knowledge sharing, and foster a more collaborative team environm...1 like·40 readsCode_sharing
Dwaipayan Somretrinexdevops.hashnode.dev·Jul 19, 2023Mastering Version Control System with Git: A DevOps Engineer's GuideIntroduction: In the world of software development and collaboration, version control systems play a crucial role in managing codebases and facilitating efficient team collaboration. Among the various version control systems available, Git has emerge...10 likesDevops
Dhanashri Sanerdhanashrisaner442.hashnode.dev·Jul 14, 2023Harnessing the Power of Version Control: An Introduction to Git and GitHubWelcome to the Day 8 of the #90DaysOfDevOps challenge. Introduction In today's fast-paced software development world, version control is a crucial tool that empowers developers to effectively manage and collaborate on their code. Git and GitHub have ...3 likes·27 readsGitHub