Skip to content

Commit

Permalink
Fix text and link for merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dv4harr10 committed Feb 15, 2024
1 parent 58e0f98 commit ae5f047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_setup/skeletonize-existing-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The general outline of how to add a skeleton to an existing repository is:
1. [Add the skeleton as a remote](#add-the-skeleton-as-a-remote) to the
existing non-skeletonized repository
1. Pull with `--allow-unrelated-histories`
1. [Fix all the inevitable merge conflicts](#fix-all-the-inevitable-merge-conflicts)
1. [Fix merge conflicts](#fix-merge-conflicts)
1. [Review non-conflicting changes](#review-non-conflicting-changes) to
prevent merging destructive upstream changes
1. [Update skeleton's `example` references](#update-skeletons-example-references)
Expand Down Expand Up @@ -66,7 +66,7 @@ up the prerequisites, this involves:
pre-commit install
```

## Fix all the inevitable merge conflicts ##
## Fix merge conflicts ##

The merge process will almost certainly fail, resulting in merge conflicts.
The next step is to fix the conflicts and add the files once the fixes are
Expand Down

0 comments on commit ae5f047

Please sign in to comment.