reset
[git-build-vc9.git] / build / common-cmds.h
blob499d249aff6bcadf1f12ead14c7ffceac649d1b4
1 /* Automatically generated by generate-cmdlist.sh */
2 struct cmdname_help
4 char name[16];
5 char help[80];
6 };
8 static struct cmdname_help common_cmds[] = {
9 {"add", "Add file contents to the index"},
10 {"bisect", "Find the change that introduced a bug by binary search"},
11 {"branch", "List, create, or delete branches"},
12 {"checkout", "Checkout a branch or paths to the working tree"},
13 {"clone", "Clone a repository into a new directory"},
14 {"commit", "Record changes to the repository"},
15 {"diff", "Show changes between commits, commit and working tree, etc"},
16 {"fetch", "Download objects and refs from another repository"},
17 {"grep", "Print lines matching a pattern"},
18 {"init", "Create an empty git repository or reinitialize an existing one"},
19 {"log", "Show commit logs"},
20 {"merge", "Join two or more development histories together"},
21 {"mv", "Move or rename a file, a directory, or a symlink"},
22 {"pull", "Fetch from and merge with another repository or a local branch"},
23 {"push", "Update remote refs along with associated objects"},
24 {"rebase", "Forward-port local commits to the updated upstream head"},
25 {"reset", "Reset current HEAD to the specified state"},
26 {"rm", "Remove files from the working tree and from the index"},
27 {"show", "Show various types of objects"},
28 {"status", "Show the working tree status"},
29 {"tag", "Create, list, delete or verify a tag object signed with GPG"},