From edfd4595194d83663a0299a63c32cb150a78b6da Mon Sep 17 00:00:00 2001 From: Steve King Date: Thu, 8 Dec 2022 16:15:05 -0500 Subject: [PATCH] Update readme.md Closes #869 --- simple-git/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-git/readme.md b/simple-git/readme.md index a0af0bd8..138f975c 100644 --- a/simple-git/readme.md +++ b/simple-git/readme.md @@ -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.