Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Closes #869
  • Loading branch information
steveukx committed Dec 8, 2022
1 parent 459ec92 commit edfd459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-git/readme.md
Expand Up @@ -236,7 +236,7 @@ For type details of the response for each of the tasks, please see the [TypeScri
additional arguments supported by [git checkout](https://git-scm.com/docs/git-checkout) can be supplied as an
[options](#how-to-specify-options) object/array.

- `.checkout(options)` - uses the checks out the supplied [options](#how-to-specify-options) object/array to check out.
- `.checkout(options)` - check out a tag or revision using the supplied [options](#how-to-specify-options)

- `.checkoutBranch(branchName, startPoint)` - checks out a new branch from the supplied start point.

Expand Down

0 comments on commit edfd459

Please sign in to comment.