Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asgoth committed Mar 9, 2016
1 parent eaf7a6f commit 17a234f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,16 @@ Commit some changes.
### `Repo#remove(files, callback)`
`git rm <files>`

### `Repo#checkout(treeish, callback)`
### `Repo#checkout(treeish, [options], callback)`
`git checkout <treeish>`

Checkout a branch/commit/...

* `treeish` - Branch or treeish to checkout.
* `options` -
- `b` - `Boolean` to create a new branch
* `callback` - Receives `(err)`.

### `Repo#checkoutFile([files, options, ]callback)`
Checkout some files.

Expand Down

0 comments on commit 17a234f

Please sign in to comment.