Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : 6bbf005
Branch  : main
Author  : Dimitrios Theodorakis <[email protected]>
Time    : 2025-01-09 17:48:04 +0000
Message : MetOffice#42 Fix instructions for resolving the conflict
  • Loading branch information
actions-user committed Jan 9, 2025
1 parent 8480609 commit 3d28c24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions 06-conflict.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ commits which altered the same lines.
## Resolving Conflicts

We're going to resolve the conflict by merging
in our `main` branch into our feature branch
in the `main` branch into our feature branch
`7_add-citation-fitzroy`:

```mermaid
Expand All @@ -189,7 +189,18 @@ gitGraph
merge main
```

Switch to the feature branch:
First we need to make sure our fork's `main` branch
is in sync with the upstream repository.
Navigate to your fork on GitHub and click on the **Sync fork** button.

In your local copy of your fork, update the `main` branch:

```bash
$ git switch main
$ git pull
```

Switch back to the feature branch:

```bash
$ git switch 7_add-citation-fitzroy
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"episodes/04-review.md" "90bf3c25ead2368b8664603c6667a457" "site/built/04-review.md" "2025-01-09"
"episodes/Break.md" "96f3c03ec9cd646c6366f840b7f21107" "site/built/Break.md" "2025-01-09"
"episodes/05-forks.md" "47b583e34640bfbf92abb84c2c97540c" "site/built/05-forks.md" "2025-01-09"
"episodes/06-conflict.md" "a8d0c3432d9ba941acb7607a264f117a" "site/built/06-conflict.md" "2024-12-03"
"episodes/06-conflict.md" "a3c16b18c944396e7edc87775f30d583" "site/built/06-conflict.md" "2025-01-09"
"episodes/07-history.md" "06de9dc87212934f2d7fc6ea7bbd97b2" "site/built/07-history.md" "2025-01-09"
"episodes/End.md" "42f2019c55b38db5ec0eab909b6bca4d" "site/built/End.md" "2025-01-09"
"episodes/08-rebase.md" "7e00861bac4464ebf12cfac75109cdd6" "site/built/08-rebase.md" "2025-01-09"
Expand Down

0 comments on commit 3d28c24

Please sign in to comment.