File: Spec

package info (click to toggle)
git-subrepo 0.4.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,552 kB
  • sloc: sh: 7,074; makefile: 273; perl: 226
file content (39 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
= `git-hub` Design Specification

== Main Commands

- `clone`

  git subrepo clone <git-url> <subdir> [<options>]

- `pull`

- `push`

== Worker Commands

- `fetch`

    git subrepo fetch <subdir>

- `branch`

- `checkout`

- `commit`

- `reset`

== Info Commands

- `status`

- `log`

== Other Commands

- `clean`

- `help`

- `version`