We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4c722 commit 9e2bcb9Copy full SHA for 9e2bcb9
1 file changed
content/rust/ci.md
@@ -1,7 +1,7 @@
1
+++
2
title="CI"
3
date=2023-09-03
4
-updated = 2025-04-26
+updated = 2026-05-28
5
extra = { series = "Rust" }
6
taxonomies = { tags = ["Rust"] }
7
@@ -56,7 +56,7 @@ git push
56
When the CI has been updated and you want to pull in the updates use the following command.
57
58
```sh
59
-git merge ci/main
+git fetch ci; git merge ci/main
60
```
61
62
# Explanation of problem situation
0 commit comments