Skip to content

Commit 9e2bcb9

Browse files
committed
Add command to do fetch before merge
1 parent 1a4c722 commit 9e2bcb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/rust/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title="CI"
33
date=2023-09-03
4-
updated = 2025-04-26
4+
updated = 2026-05-28
55
extra = { series = "Rust" }
66
taxonomies = { tags = ["Rust"] }
77
+++
@@ -56,7 +56,7 @@ git push
5656
When the CI has been updated and you want to pull in the updates use the following command.
5757

5858
```sh
59-
git merge ci/main
59+
git fetch ci; git merge ci/main
6060
```
6161

6262
# Explanation of problem situation

0 commit comments

Comments
 (0)