Skip to content

Commit 6e110c2

Browse files
authored
Merge pull request #1178 from input-output-hk/damien/1174/fix-docs-git-checkout-command
Replace `git switch` with `git checkout` in docs
2 parents 9e222f5 + 4b81038 commit 6e110c2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/website/root/manual/developer-docs/nodes/mithril-aggregator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Switch to the desired branch/tag:
5858
```bash
5959
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6060
# Please refer to the **Build from** column of the **Mithril networks** table above
61-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
61+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6262
```
6363

6464
Change the directory:

docs/website/root/manual/developer-docs/nodes/mithril-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Switch to the desired branch/tag:
6161
```bash
6262
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6363
# Please refer to the **Build from** column of the **Mithril networks** table above
64-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
64+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6565
```
6666

6767
Change the directory:

docs/website/root/manual/developer-docs/nodes/mithril-signer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Switch to the desired branch/tag:
6060
```bash
6161
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6262
# Please refer to the **Build from** column of the **Mithril networks** table above
63-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
63+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6464
```
6565

6666
Change the directory:

docs/website/root/manual/getting-started/bootstrap-cardano-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To build the Mithril client binary, switch to the desired branch/tag:
6565
```bash
6666
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6767
# Please refer to the **Build from** column of the **Mithril networks** table above
68-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
68+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6969
```
7070

7171
Change the directory:

docs/website/root/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ First, switch to build a branch/tag:
120120
```bash
121121
# **YOUR_BUILD_BRANCH_OR_TAG** depends on the Mithril network you target,
122122
# please refer to the **Build from** column of the above **Mithril networks** table
123-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
123+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
124124
```
125125

126126
Then, change the directory:

docs/website/versioned_docs/version-maintained/manual/developer-docs/nodes/mithril-aggregator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Switch to the desired branch/tag:
5858
```bash
5959
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6060
# Please refer to the **Build from** column of the **Mithril networks** table above
61-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
61+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6262
```
6363

6464
Change the directory:

docs/website/versioned_docs/version-maintained/manual/developer-docs/nodes/mithril-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Switch to the desired branch/tag:
6161
```bash
6262
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6363
# Please refer to the **Build from** column of the **Mithril networks** table above
64-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
64+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6565
```
6666

6767
Change the directory:

docs/website/versioned_docs/version-maintained/manual/developer-docs/nodes/mithril-signer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Switch to the desired branch/tag:
6060
```bash
6161
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6262
# Please refer to the **Build from** column of the **Mithril networks** table above
63-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
63+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6464
```
6565

6666
Change the directory:

docs/website/versioned_docs/version-maintained/manual/getting-started/bootstrap-cardano-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To build the Mithril client binary, switch to the desired branch/tag:
6565
```bash
6666
# Replace **YOUR_BUILD_BRANCH_OR_TAG** with the appropriate branch or tag name
6767
# Please refer to the **Build from** column of the **Mithril networks** table above
68-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
68+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
6969
```
7070

7171
Change the directory:

docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ First, switch to build a branch/tag:
120120
```bash
121121
# **YOUR_BUILD_BRANCH_OR_TAG** depends on the Mithril network you target,
122122
# please refer to the **Build from** column of the above **Mithril networks** table
123-
git switch **YOUR_BUILD_BRANCH_OR_TAG**
123+
git checkout **YOUR_BUILD_BRANCH_OR_TAG**
124124
```
125125

126126
Then, change the directory:

0 commit comments

Comments
 (0)