Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
wael-fadlallah authored and steveukx committed Mar 27, 2023
1 parent 9af4328 commit a86dc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-git/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ For type details of the response for each of the tasks, please see the [TypeScri
from the [git push](https://git-scm.com/docs/git-push) command. Note that `simple-git` enforces the use of
`--verbose --porcelain` options in order to parse the response. You don't need to supply these options.

- `.push(remote, branch[, options])` pushes to a named remote/branch, supports additional
- `.push(remote, branch, [options])` pushes to a named remote/branch, supports additional
[options](#how-to-specify-options) from the [git push](https://git-scm.com/docs/git-push) command.

- `.pushTags(remote[, options])` pushes local tags to a named remote (equivalent to using `.push([remote, '--tags'])`)
Expand Down

0 comments on commit a86dc31

Please sign in to comment.