Skip to content

Commit ad112f8

Browse files
committed
Removed optional start_point argument in git checkout
1 parent f13b1ac commit ad112f8

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
@@ -80,7 +80,7 @@ You should only worry about manually running any new integration tests that you
8080

8181
1. Create a new git branch:
8282
```shell
83-
git checkout -b my-fix-branch main
83+
git checkout -b my-fix-branch
8484
```
8585
1. Make your changes, **including unit tests** and, if appropriate, integration tests.
8686
1. Include unit tests when you contribute new features or make bug fixes, as they help to:

0 commit comments

Comments
 (0)