mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
docs: update README
This commit is contained in:
parent
7b57c41253
commit
23d6a7f332
2 changed files with 261 additions and 67 deletions
|
@ -22,7 +22,7 @@ class Checkout {
|
|||
///
|
||||
/// [directory] is optional alternative checkout path to workdir.
|
||||
///
|
||||
/// [paths] is optional list of files to checkout from index.
|
||||
/// [paths] is optional list of files to checkout.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
static void head({
|
||||
|
@ -51,7 +51,7 @@ class Checkout {
|
|||
///
|
||||
/// [directory] is optional alternative checkout path to workdir.
|
||||
///
|
||||
/// [paths] is optional list of files to checkout from index.
|
||||
/// [paths] is optional list of files to checkout.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
static void index({
|
||||
|
@ -84,7 +84,7 @@ class Checkout {
|
|||
///
|
||||
/// [directory] is optional alternative checkout path to workdir.
|
||||
///
|
||||
/// [paths] is optional list of files to checkout from index.
|
||||
/// [paths] is optional list of files to checkout.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
static void reference({
|
||||
|
@ -129,7 +129,7 @@ class Checkout {
|
|||
///
|
||||
/// [directory] is optional alternative checkout path to workdir.
|
||||
///
|
||||
/// [paths] is optional list of files to checkout from index.
|
||||
/// [paths] is optional list of files to checkout.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
static void commit({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue