Skip to content

Commit 23041da

Browse files
committed
move tutorial to its own folder
1 parent a2cdec2 commit 23041da

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

content/tutorials/git_conflict/online.md renamed to content/tutorials/git_merge_conflict/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Every merge conflict inserts three delimiters.
3030
Fix the merge conflict by changing the source.
3131
Often you can fix it by simply deleting the content of one to the branches within the conflict.
3232
Potentially you need to keep a mix of both.
33-
Should fixing the merge conflict is more complicated, then you probably better should fix them via the [command line](index.html).
33+
Should fixing the merge conflict is more complicated, then you probably better should fix them via the [command line](../git_conflict/index.html).
3434
In our example we solved the conflict by keeping the content of the issue branch.
3535

3636
![Solved merge conflict on GitHub.com](merge-conflict-3.png)

content/tutorials/git_conflict/merge-conflict-1.png renamed to content/tutorials/git_merge_conflict/merge-conflict-1.png

File renamed without changes.

content/tutorials/git_conflict/merge-conflict-2.png renamed to content/tutorials/git_merge_conflict/merge-conflict-2.png

File renamed without changes.

content/tutorials/git_conflict/merge-conflict-3.png renamed to content/tutorials/git_merge_conflict/merge-conflict-3.png

File renamed without changes.

content/tutorials/git_conflict/merge-conflict-4.png renamed to content/tutorials/git_merge_conflict/merge-conflict-4.png

File renamed without changes.

content/tutorials/git_conflict/merge-conflict-5.png renamed to content/tutorials/git_merge_conflict/merge-conflict-5.png

File renamed without changes.

0 commit comments

Comments
 (0)