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