Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
canxerian committed Jul 15, 2024
1 parent aa41a81 commit 8abb2d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/posts/how-to-completely-avoid-git-conflicts/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = 'How to Completely Avoid Git Conflicts'
date = 2024-07-15T14:01:23+01:00
draft = true
date = 2024-07-15T14:00:00+01:00
draft = false
+++

It's time to say goodbye to Git conflicts for good.
Expand All @@ -10,9 +10,9 @@ Let’s understand what causes Git conflicts and develop strategies to completel

First, let’s look at a situation that leads to a conflict.

![Illustration of two developers working off the main branch and encountering a git conflict, part 1](images/git-conflict-illustrated-01.png)
[![Illustration of two developers working off the main branch and encountering a git conflict, part 1](images/git-conflict-illustrated-01.png)](images/git-conflict-illustrated-01.png)

![Illustration of two developers working off the main branch and encountering a git conflict, part 2](images/git-conflict-illustrated-02.png)
[![Illustration of two developers working off the main branch and encountering a git conflict, part 2](images/git-conflict-illustrated-02.png)](images/git-conflict-illustrated-02.png)

# Simultaneous Edits on the Same Branch e.g main

Expand Down

0 comments on commit 8abb2d0

Please sign in to comment.