Skip to content

Commit 40b0c74

Browse files
authored
Fix upstream tracking in Contributing Docs (#760)
1 parent 9a8e108 commit 40b0c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It’s also recommended you have [ESLint][eslint] installed and set up correctly
2020
> ```
2121
> git remote add upstream https://github.com/drwpow/openapi-typescript.git
2222
> git fetch upstream
23-
> git branch --set-upstream-to=upstream/master master
23+
> git branch --set-upstream-to=upstream/main main
2424
> ```
2525
>
2626
> This will add the original repository as a "remote" called "upstream," Then fetch the git information from that

0 commit comments

Comments
 (0)