Code

Documentation: sync git.txt command list and manual page title
[git.git] / Documentation / cmds-mainporcelain.txt
1 gitlink:git-add[1]::
2         Add file contents to the changeset to be committed next.
4 gitlink:git-am[1]::
5         Apply a series of patches from a mailbox.
7 gitlink:git-applymbox[1]::
8         Apply a series of patches in a mailbox.
10 gitlink:git-archive[1]::
11         Creates an archive of files from a named tree.
13 gitlink:git-bisect[1]::
14         Find the change that introduced a bug by binary search.
16 gitlink:git-branch[1]::
17         List, create, or delete branches.
19 gitlink:git-checkout[1]::
20         Checkout and switch to a branch.
22 gitlink:git-cherry-pick[1]::
23         Apply the change introduced by an existing commit.
25 gitlink:git-clean[1]::
26         Remove untracked files from the working tree.
28 gitlink:git-clone[1]::
29         Clones a repository into a new directory.
31 gitlink:git-commit[1]::
32         Record changes to the repository.
34 gitlink:git-diff[1]::
35         Show changes between commits, commit and working tree, etc.
37 gitlink:git-fetch[1]::
38         Download objects and refs from another repository.
40 gitlink:git-format-patch[1]::
41         Prepare patches for e-mail submission.
43 gitlink:git-grep[1]::
44         Print lines matching a pattern.
46 gitlink:gitk[1]::
47         The git repository browser.
49 gitlink:git-log[1]::
50         Show commit logs.
52 gitlink:git-ls-remote[1]::
53         List references in a remote repository.
55 gitlink:git-merge[1]::
56         Join two or more development histories together.
58 gitlink:git-mv[1]::
59         Move or rename a file, a directory, or a symlink.
61 gitlink:git-pack-refs[1]::
62         Pack heads and tags for efficient repository access.
64 gitlink:git-pull[1]::
65         Fetch from and merge with another repository or a local branch.
67 gitlink:git-push[1]::
68         Update remote refs along with associated objects.
70 gitlink:git-rebase[1]::
71         Forward-port local commits to the updated upstream head.
73 gitlink:git-repack[1]::
74         Pack unpacked objects in a repository.
76 gitlink:git-rerere[1]::
77         Reuse recorded resolution of conflicted merges.
79 gitlink:git-reset[1]::
80         Reset current HEAD to the specified state.
82 gitlink:git-resolve[1]::
83         Merge two commits.
85 gitlink:git-revert[1]::
86         Revert an existing commit.
88 gitlink:git-rm[1]::
89         Remove files from the working tree and from the index.
91 gitlink:git-shortlog[1]::
92         Summarize 'git log' output.
94 gitlink:git-show[1]::
95         Show various types of objects.
97 gitlink:git-show-branch[1]::
98         Show branches and their commits.
100 gitlink:git-status[1]::
101         Show the working tree status.
103 gitlink:git-verify-tag[1]::
104         Check the GPG signature of tag.
106 gitlink:git-whatchanged[1]::
107         Show logs with difference each commit introduces.