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