Skip to content

Commit 9fc6504

Browse files
committed
Update readme
1 parent 94163d0 commit 9fc6504

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
nogit
22
=====
33

4-
Local git replacement as a last resort. Created to get rid of local git dependency in npm and bower, so contains only tiny subset of git features for those tools.
4+
Local git replacement as a last resort. Created to get rid of local git dependency in [npm](https://github.com/npm/npm) and [bower](https://github.com/bower/bower), so contains only tiny subset of git features for those tools.
55

66
## Usage
77

88
```sh
99
> git
1010

11-
Usage: git [command] [options]
11+
Usage: git [options] [command]
1212

1313
Commands:
1414

15-
clone [options] <url> [dir] Clone a repository into a new directory
16-
fetch [options] [repo] Download objects and refs from another repository (todo)
17-
config [options] Get repository options
18-
rev-list [options] <commit> Lists commit objects in reverse chronological order
19-
archive [options] <commit> Create an archive of files from a named tree
15+
archive [options] <ref> Create an archive of files from a named tree
16+
checkout <ref> Checkout a branch or paths to the working tree
17+
clone [options] <url> [dir] Clone a repository into a new directory
18+
config [options] Get repository options
19+
ls-remote [options] <repo> List references in a remote repository
20+
rev-list [options] <branch> Lists commit objects in reverse chronological order
21+
rev-parse [options] Pick out and massage parameters
2022

2123
Options:
2224

2325
-h, --help output usage information
2426
-V, --version output the version number
27+
-c <setting> ignored
2528

2629
```
2730

0 commit comments

Comments
 (0)