isiagi geofreyisiagi.hashnode.dev路Jul 19, 2024How To Fix Git Merge Conflicts With Github Interface.Summary This article covers handling Git merge conflicts by creating conflicts between branches and resolving them. You'll learn to create a conflict by making diverging changes in a new branch (dev) and the master branch. The steps include: initial...34 readsGitHub
Nilkanth Mistrynilkanth1010.hashnode.dev路Feb 7, 2024Day 10 - Mastering Advanced Git & GitHub 馃専Navigating Git Branches 馃尣馃殌 Understanding Branches 馃馃尶 Branches in Git are like different storylines in your coding adventure. Each branch lets you develop features or fix bugs without disturbing the main storyline. Think of it as a playground for...90 Days Of Devops ChallengesDevops
vaheeda begum sheikvaheedas.hashnode.dev路Sep 1, 2023Git and git commandsWhat are git and git advantages and commands their uses? #devopsjourney #devopscommunity #devopstools #devopsenginee #gitcommands #git GIT Git is a distributed version control system that allows multiple people to collaborate on a project while keep...Git
Ayushi Vasishthaayushi1503.hashnode.dev路Jul 29, 2023Advance Git & GitHub for DevOps Engineers馃攢Git Branching: Git branching is a powerful feature of the Git version control system that allows developers to create separate lines of development, known as branches, from the main codebase. Each branch operates independently, enabling developers ...55 reads#90daysOfDevOpsGit
Namrata Kumarinamg.hashnode.dev路Jul 29, 2023Git Stash/Cherry-pick/Merge Conflicts: #Day11 of 90DaysofDevOpsWhat is Git Stash? Suppose a developer is working on a feature in a branch and he needs to pull changes from some other developer鈥檚 branch or if he has to work urgently on some other branch, but the feature he is currently working on is incomplete. I...34 readsgit rebase
Biswaraj Sahoobiswaraj333.hashnode.dev路Jun 20, 2023Git Rebase vs. Merge: A Complete GuideTABLE OF CONTENTS What Is Git Rebase? What Is Git Merge? The Workings of Git Rebase and Merge Git Rebase and Git Merge Similarities What鈥檚 the Difference Between Merge and Rebase? Git Rebase vs. Merge Strategies How Do You Use Git Rebase and G...37 readsGit