| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1 | gitlink:git-add[1]:: |
| Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 2 | Add file contents to the index. |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 3 | |
| 4 | gitlink:git-am[1]:: |
| 5 | Apply a series of patches from a mailbox. |
| 6 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 7 | gitlink:git-archive[1]:: |
| Junio C Hamano | 4ec0671 | 2007-06-09 20:39:33 | [diff] [blame] | 8 | Create an archive of files from a named tree. |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 9 | |
| 10 | gitlink:git-bisect[1]:: |
| 11 | Find the change that introduced a bug by binary search. |
| 12 | |
| 13 | gitlink:git-branch[1]:: |
| 14 | List, create, or delete branches. |
| 15 | |
| Junio C Hamano | 6ac2f14 | 2007-03-01 01:24:56 | [diff] [blame] | 16 | gitlink:git-bundle[1]:: |
| 17 | Move objects and refs by archive. |
| 18 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 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 | |
| Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 25 | gitlink:git-citool[1]:: |
| 26 | Graphical alternative to git-commit. |
| 27 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 28 | gitlink:git-clean[1]:: |
| 29 | Remove untracked files from the working tree. |
| 30 | |
| 31 | gitlink:git-clone[1]:: |
| Junio C Hamano | 4ec0671 | 2007-06-09 20:39:33 | [diff] [blame] | 32 | Clone a repository into a new directory. |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 33 | |
| 34 | gitlink:git-commit[1]:: |
| 35 | Record changes to the repository. |
| 36 | |
| Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 37 | gitlink:git-describe[1]:: |
| 38 | Show the most recent tag that is reachable from a commit. |
| 39 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 40 | gitlink:git-diff[1]:: |
| 41 | Show changes between commits, commit and working tree, etc. |
| 42 | |
| 43 | gitlink:git-fetch[1]:: |
| 44 | Download objects and refs from another repository. |
| 45 | |
| 46 | gitlink:git-format-patch[1]:: |
| 47 | Prepare patches for e-mail submission. |
| 48 | |
| Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 49 | gitlink:git-gc[1]:: |
| 50 | Cleanup unnecessary files and optimize the local repository. |
| 51 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 52 | gitlink:git-grep[1]:: |
| 53 | Print lines matching a pattern. |
| 54 | |
| Junio C Hamano | 58784fc | 2007-06-23 08:48:57 | [diff] [blame] | 55 | gitlink:git-gui[1]:: |
| 56 | A portable graphical interface to Git. |
| 57 | |
| Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 58 | gitlink:git-init[1]:: |
| 59 | Create an empty git repository or reinitialize an existing one. |
| 60 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 61 | gitlink:gitk[1]:: |
| 62 | The git repository browser. |
| 63 | |
| 64 | gitlink:git-log[1]:: |
| 65 | Show commit logs. |
| 66 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 67 | gitlink:git-merge[1]:: |
| 68 | Join two or more development histories together. |
| 69 | |
| 70 | gitlink:git-mv[1]:: |
| 71 | Move or rename a file, a directory, or a symlink. |
| 72 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 73 | gitlink:git-pull[1]:: |
| 74 | Fetch from and merge with another repository or a local branch. |
| 75 | |
| 76 | gitlink:git-push[1]:: |
| 77 | Update remote refs along with associated objects. |
| 78 | |
| 79 | gitlink:git-rebase[1]:: |
| 80 | Forward-port local commits to the updated upstream head. |
| 81 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 82 | gitlink:git-reset[1]:: |
| 83 | Reset current HEAD to the specified state. |
| 84 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 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 | |
| Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 97 | gitlink:git-stash[1]:: |
| 98 | Stash the changes in a dirty working directory away. |
| 99 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 100 | gitlink:git-status[1]:: |
| 101 | Show the working tree status. |
| 102 | |
| Junio C Hamano | 38b693c | 2007-06-03 08:40:14 | [diff] [blame] | 103 | gitlink:git-submodule[1]:: |
| 104 | Initialize, update or inspect submodules. |
| 105 | |
| Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 106 | gitlink:git-tag[1]:: |
| Junio C Hamano | db450ba | 2007-01-21 08:57:14 | [diff] [blame] | 107 | Create, list, delete or verify a tag object signed with GPG. |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 108 | |