You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,30 @@
1
1
nogit
2
2
=====
3
3
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.
5
5
6
6
## Usage
7
7
8
8
```sh
9
9
> git
10
10
11
-
Usage: git [command] [options]
11
+
Usage: git [options] [command]
12
12
13
13
Commands:
14
14
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
0 commit comments