Skip to content

Commit d668a3d

Browse files
authored
Switch checkout to switch in checking-out-pull-requests-locally.md (github#28245)
1 parent 9a712ee commit d668a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Anyone can work with a previously opened pull request to continue working on it,
7878
1. Switch to the new branch that's based on this pull request:
7979

8080
```shell
81-
[main] $ git checkout BRANCH_NAME
81+
[main] $ git switch BRANCH_NAME
8282
> Switched to a new branch 'BRANCH_NAME'
8383
```
8484

0 commit comments

Comments
 (0)