Skip to content

Commit ab81bac

Browse files
authored
update mi-github-issues.md (fixes #3548) (#3554)
1 parent fc3fb90 commit ab81bac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pages/mi/mi-github-issues.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,12 @@ Before you create your branch, sync your repository with the following commands
7171

7272
- To create and switch to a new branch from `master`, run the following commands:
7373

74-
```sh
75-
git checkout master # Ensure you are on the master branch
74+
```
75+
# switch to the master branch
76+
git checkout master
77+
78+
# create a new branch from the master branch and swtich to the new branch
79+
# avoid using `#` in the branch name to prevent issues with rawgithack preview
7680
git checkout -b <issueNumber-descriptive-branch-name>
7781
```
7882

0 commit comments

Comments
 (0)