Vishal Kumaradvanced-git-concept.hashnode.dev·Dec 30, 2024Advance Git & GitHub for DevOps EngineersIn this article, we will learn about: Git Branching Git Revert and Reset Git Rebase and Merge Merge Conflicts Git Branching A branch is a version of the repository that diverges from the main working project. It is a feature available in most m...30 readsGitHub
Ahammed Basha Shaikday-15-0f-100-days-challenge.hashnode.dev·Dec 25, 2024Mastering Git Branching StrategiesIntroduction In modern software development, Git branching strategies are the backbone of collaborative workflows, enabling teams to develop, test, and deploy features effectively. For DevOps practitioners, mastering Git branching strategies is indis...AWS
Sheetal Bajajsheetal-bajaj.hashnode.dev·Dec 8, 2024Basics of Git BranchingIntroduction GitHub is a powerful platform for hosting code, collaborating on projects, and automating workflows. While most of us are familiar with the basics—creating repositories, committing code, and submitting pull requests—there’s a wealth of a...113 likes·197 readsGitHub
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Nov 5, 2024Git Branching, Merging, and Rebasing: A Developer's GuideReading time: 5 minutes As a DevOps engineer or developer, mastering Git is crucial for effective collaboration and code management. Today, we'll dive into some of Git's most powerful features: branching, merging, and rebasing. Whether you're working...GitHub
Fauzeyafauzeya.hashnode.dev·Nov 1, 2024Day 13 Advanced Git & GitHub for DevOps EngineersGit is a powerful version control system that helps developers manage their code effectively. This guide will walk you through key concepts like branching, reverting, resetting, merging, and rebasing in Git. Each concept will be explained, followed b...2 likes#90daysofdevops
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 5, 2024Git Flow Branching StrategyGit Flow Git Flow uses multiple long-lived branches, including main, develop, release, and hotfix, in addition to short-lived feature branches. This strategy provides a structured process for managing different types of changes, making it ideal for l...46 readsKubernetes Basics: A Beginner’s GuideGit
Ankita Lunawatcloudhub2295.hashnode.dev·Sep 2, 2024Introduction to GitGit is a distributed version control system that tracks changes in source code, allowing multiple developers to collaborate.. Key Features of Git Version Control: Git tracks changes to files over time, allowing you to revert to previous versions if ...1 likeGit
Anasanasmansuri.hashnode.dev·Aug 14, 2024Merge vs Rebase in Git : Which to Choose and WhenHello! I'm Anas , a DevOps and Cloud enthusiast with a passion for building scalable, efficient, and secure infrastructure. With a strong focus on automation, containerization, and orchestration, In this blog I'll be diving into the git branching in ...Git
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 25, 2024Branching Strategy in Git . 🌿GitHub Flow branching strategy helps teams work on coding and product development more efficiently. Multiple developers can work together to write code together or share a computer to collaborate closely. This technique helps to release new features ...DevOps Slow to Flow </>git branch
Ayush Soniayushsoni1010.hashnode.dev·Jul 21, 2024Git Together: Pro Tips for Commits and BranchesHey everyone, In today's blog, I want to share some best practices for using Git more effectively. You know Git, right? Yes, the Git that you’re already familiar with and that amazing tool that makes our coding journey smooth. Git is like your trusty...1 like·47 readsGit