Sheetal Bajajgithub-beginning.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...Ritochit Ghosh and 6 others are discussing this7 people are discussing thisDiscuss·103 likes·166 readsGitHub
Sheetal Bajajgithub-beginning.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...Ritochit Ghosh and 6 others are discussing this7 people are discussing thisDiscuss·103 likes·166 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...DiscussGitHub
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...Discuss·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...Discuss·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 ...Discuss·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 ...DiscussGit
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 ...DiscussDevOps 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...Discuss·1 like·47 readsGit
Mohit Sonimohitsoniv.hashnode.dev·Jul 21, 2024Implementing a Git Branching Development Model with Production, Feature, Hotfix, and Integration BranchesIntroduction Hello, Mohit's community! I'm excited to share my latest project where I've implemented a Git Branching Development Model using various branches: production (main), feature, hotfix, and integration. This model has significantly streamlin...DiscussDevops
Mohit Sonimohitsoniv.hashnode.dev·Jul 21, 2024Master Git Branching with Our Latest ProjectHey Mohit Soni's Community, I’m excited to share a new project that will help you master Git branching! 🎉 In this project, we delve deep into the concepts of Git branching, covering everything from the basics to advanced techniques. Whether you’re a...Discuss·1 likeDevops