Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 1 | git(1) |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2 | ====== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git - the stupid content tracker |
| 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
Junio C Hamano | 6b2cee1 | 2006-08-26 08:43:31 | [diff] [blame] | 11 | [verse] |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 12 | 'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path] |
Junio C Hamano | 3d23a0a | 2009-10-19 08:04:30 | [diff] [blame] | 13 | [-p|--paginate|--no-pager] [--no-replace-objects] |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 14 | [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] |
| 15 | [--help] COMMAND [ARGS] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 16 | |
| 17 | DESCRIPTION |
| 18 | ----------- |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 19 | Git is a fast, scalable, distributed revision control system with an |
| 20 | unusually rich command set that provides both high-level operations |
| 21 | and full access to internals. |
| 22 | |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 23 | See linkgit:gittutorial[7] to get started, then see |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 24 | link:everyday.html[Everyday Git] for a useful minimum set of commands, and |
| 25 | "man git-commandname" for documentation of each command. CVS users may |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 26 | also want to read linkgit:gitcvs-migration[7]. See |
| 27 | the link:user-manual.html[Git User's Manual] for a more in-depth |
Junio C Hamano | 3d30fd5 | 2007-05-08 00:32:53 | [diff] [blame] | 28 | introduction. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 29 | |
Junio C Hamano | 33db437 | 2006-06-07 19:51:45 | [diff] [blame] | 30 | The COMMAND is either a name of a Git command (see below) or an alias |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 31 | as defined in the configuration file (see linkgit:git-config[1]). |
Junio C Hamano | 33db437 | 2006-06-07 19:51:45 | [diff] [blame] | 32 | |
Junio C Hamano | b63afff | 2007-05-01 03:05:55 | [diff] [blame] | 33 | Formatted and hyperlinked version of the latest git |
| 34 | documentation can be viewed at |
| 35 | `http://www.kernel.org/pub/software/scm/git/docs/`. |
| 36 | |
Junio C Hamano | 9d52e57 | 2007-02-13 23:48:20 | [diff] [blame] | 37 | ifdef::stalenotes[] |
| 38 | [NOTE] |
| 39 | ============ |
Junio C Hamano | 9d52e57 | 2007-02-13 23:48:20 | [diff] [blame] | 40 | |
Junio C Hamano | a9b8d24 | 2007-05-19 04:51:55 | [diff] [blame] | 41 | You are reading the documentation for the latest (possibly |
| 42 | unreleased) version of git, that is available from 'master' |
| 43 | branch of the `git.git` repository. |
| 44 | Documentation for older releases are available here: |
Junio C Hamano | 2fc9260 | 2007-03-29 01:09:46 | [diff] [blame] | 45 | |
Junio C Hamano | dca3482 | 2010-02-13 01:02:52 | [diff] [blame] | 46 | * link:v1.7.0/git.html[documentation for release 1.7.0] |
| 47 | |
| 48 | * release notes for |
| 49 | link:RelNotes-1.7.0.txt[1.7.0]. |
| 50 | |
Junio C Hamano | e7c7be3 | 2010-02-10 23:26:48 | [diff] [blame] | 51 | * link:v1.6.6.2/git.html[documentation for release 1.6.6.2] |
Junio C Hamano | f3a01ab | 2009-12-24 00:30:34 | [diff] [blame] | 52 | |
| 53 | * release notes for |
Junio C Hamano | e7c7be3 | 2010-02-10 23:26:48 | [diff] [blame] | 54 | link:RelNotes-1.6.6.2.txt[1.6.6.2], |
Junio C Hamano | a9701f0 | 2010-01-21 00:42:16 | [diff] [blame] | 55 | link:RelNotes-1.6.6.1.txt[1.6.6.1], |
Junio C Hamano | f3a01ab | 2009-12-24 00:30:34 | [diff] [blame] | 56 | link:RelNotes-1.6.6.txt[1.6.6]. |
| 57 | |
Junio C Hamano | a9701f0 | 2010-01-21 00:42:16 | [diff] [blame] | 58 | * link:v1.6.5.8/git.html[documentation for release 1.6.5.8] |
Junio C Hamano | 77e01e3 | 2009-10-11 01:57:34 | [diff] [blame] | 59 | |
| 60 | * release notes for |
Junio C Hamano | a9701f0 | 2010-01-21 00:42:16 | [diff] [blame] | 61 | link:RelNotes-1.6.5.8.txt[1.6.5.8], |
Junio C Hamano | 6a548ef | 2009-12-17 00:16:20 | [diff] [blame] | 62 | link:RelNotes-1.6.5.7.txt[1.6.5.7], |
Junio C Hamano | 9336277 | 2009-12-11 06:01:11 | [diff] [blame] | 63 | link:RelNotes-1.6.5.6.txt[1.6.5.6], |
Junio C Hamano | e5574b6 | 2009-12-06 04:04:45 | [diff] [blame] | 64 | link:RelNotes-1.6.5.5.txt[1.6.5.5], |
Junio C Hamano | fa2ad88 | 2009-12-03 09:15:44 | [diff] [blame] | 65 | link:RelNotes-1.6.5.4.txt[1.6.5.4], |
Junio C Hamano | e26ca7c | 2009-11-16 22:28:31 | [diff] [blame] | 66 | link:RelNotes-1.6.5.3.txt[1.6.5.3], |
Junio C Hamano | 621e123 | 2009-10-26 05:16:47 | [diff] [blame] | 67 | link:RelNotes-1.6.5.2.txt[1.6.5.2], |
Junio C Hamano | b71a22d | 2009-10-17 08:23:47 | [diff] [blame] | 68 | link:RelNotes-1.6.5.1.txt[1.6.5.1], |
Junio C Hamano | 77e01e3 | 2009-10-11 01:57:34 | [diff] [blame] | 69 | link:RelNotes-1.6.5.txt[1.6.5]. |
| 70 | |
Junio C Hamano | fb44f81 | 2009-09-17 00:40:17 | [diff] [blame] | 71 | * link:v1.6.4.4/git.html[documentation for release 1.6.4.4] |
Junio C Hamano | 3bd4ce3 | 2009-06-04 07:18:09 | [diff] [blame] | 72 | |
| 73 | * release notes for |
Junio C Hamano | fb44f81 | 2009-09-17 00:40:17 | [diff] [blame] | 74 | link:RelNotes-1.6.4.4.txt[1.6.4.4], |
Junio C Hamano | 7df6dcf | 2009-09-13 09:51:17 | [diff] [blame] | 75 | link:RelNotes-1.6.4.3.txt[1.6.4.3], |
Junio C Hamano | 68cfa3a | 2009-08-30 00:22:55 | [diff] [blame] | 76 | link:RelNotes-1.6.4.2.txt[1.6.4.2], |
Junio C Hamano | fe24db0 | 2009-08-22 05:10:47 | [diff] [blame] | 77 | link:RelNotes-1.6.4.1.txt[1.6.4.1], |
Junio C Hamano | 543f8d6 | 2009-07-29 08:35:21 | [diff] [blame] | 78 | link:RelNotes-1.6.4.txt[1.6.4]. |
| 79 | |
| 80 | * link:v1.6.3.4/git.html[documentation for release 1.6.3.4] |
| 81 | |
| 82 | * release notes for |
| 83 | link:RelNotes-1.6.3.4.txt[1.6.3.4], |
Junio C Hamano | d848f83 | 2009-06-22 08:15:12 | [diff] [blame] | 84 | link:RelNotes-1.6.3.3.txt[1.6.3.3], |
Junio C Hamano | 3bd4ce3 | 2009-06-04 07:18:09 | [diff] [blame] | 85 | link:RelNotes-1.6.3.2.txt[1.6.3.2], |
| 86 | link:RelNotes-1.6.3.1.txt[1.6.3.1], |
| 87 | link:RelNotes-1.6.3.txt[1.6.3]. |
Junio C Hamano | a9eca4e | 2009-03-04 08:29:59 | [diff] [blame] | 88 | |
| 89 | * release notes for |
Junio C Hamano | bde411d | 2009-05-07 05:07:31 | [diff] [blame] | 90 | link:RelNotes-1.6.2.5.txt[1.6.2.5], |
| 91 | link:RelNotes-1.6.2.4.txt[1.6.2.4], |
Junio C Hamano | 98e32c3 | 2009-04-13 02:39:53 | [diff] [blame] | 92 | link:RelNotes-1.6.2.3.txt[1.6.2.3], |
| 93 | link:RelNotes-1.6.2.2.txt[1.6.2.2], |
Junio C Hamano | 064b4ab | 2009-03-15 22:16:15 | [diff] [blame] | 94 | link:RelNotes-1.6.2.1.txt[1.6.2.1], |
Junio C Hamano | a9eca4e | 2009-03-04 08:29:59 | [diff] [blame] | 95 | link:RelNotes-1.6.2.txt[1.6.2]. |
| 96 | |
Junio C Hamano | e5bf6c1 | 2009-02-07 21:43:10 | [diff] [blame] | 97 | * link:v1.6.1.3/git.html[documentation for release 1.6.1.3] |
Junio C Hamano | 13016de | 2008-12-25 05:46:57 | [diff] [blame] | 98 | |
| 99 | * release notes for |
Junio C Hamano | e5bf6c1 | 2009-02-07 21:43:10 | [diff] [blame] | 100 | link:RelNotes-1.6.1.3.txt[1.6.1.3], |
| 101 | link:RelNotes-1.6.1.2.txt[1.6.1.2], |
Junio C Hamano | 20d47e3 | 2009-01-26 06:36:02 | [diff] [blame] | 102 | link:RelNotes-1.6.1.1.txt[1.6.1.1], |
Junio C Hamano | 13016de | 2008-12-25 05:46:57 | [diff] [blame] | 103 | link:RelNotes-1.6.1.txt[1.6.1]. |
| 104 | |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 105 | * link:v1.6.0.6/git.html[documentation for release 1.6.0.6] |
Junio C Hamano | c6e5950 | 2008-08-17 21:05:51 | [diff] [blame] | 106 | |
| 107 | * release notes for |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 108 | link:RelNotes-1.6.0.6.txt[1.6.0.6], |
Junio C Hamano | b402886 | 2008-12-08 02:03:49 | [diff] [blame] | 109 | link:RelNotes-1.6.0.5.txt[1.6.0.5], |
Junio C Hamano | 9bd39c4 | 2008-11-13 01:54:44 | [diff] [blame] | 110 | link:RelNotes-1.6.0.4.txt[1.6.0.4], |
| 111 | link:RelNotes-1.6.0.3.txt[1.6.0.3], |
Junio C Hamano | 675570c | 2008-09-13 06:07:28 | [diff] [blame] | 112 | link:RelNotes-1.6.0.2.txt[1.6.0.2], |
| 113 | link:RelNotes-1.6.0.1.txt[1.6.0.1], |
Junio C Hamano | c6e5950 | 2008-08-17 21:05:51 | [diff] [blame] | 114 | link:RelNotes-1.6.0.txt[1.6.0]. |
| 115 | |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 116 | * link:v1.5.6.6/git.html[documentation for release 1.5.6.6] |
Junio C Hamano | 11fe55c | 2008-06-18 23:14:56 | [diff] [blame] | 117 | |
| 118 | * release notes for |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 119 | link:RelNotes-1.5.6.6.txt[1.5.6.6], |
Junio C Hamano | b53db3c | 2008-08-07 00:17:52 | [diff] [blame] | 120 | link:RelNotes-1.5.6.5.txt[1.5.6.5], |
Junio C Hamano | 915cd9b | 2008-07-20 01:24:17 | [diff] [blame] | 121 | link:RelNotes-1.5.6.4.txt[1.5.6.4], |
| 122 | link:RelNotes-1.5.6.3.txt[1.5.6.3], |
| 123 | link:RelNotes-1.5.6.2.txt[1.5.6.2], |
| 124 | link:RelNotes-1.5.6.1.txt[1.5.6.1], |
Junio C Hamano | 9eb5753 | 2008-06-26 06:33:46 | [diff] [blame] | 125 | link:RelNotes-1.5.6.txt[1.5.6]. |
Junio C Hamano | 11fe55c | 2008-06-18 23:14:56 | [diff] [blame] | 126 | |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 127 | * link:v1.5.5.6/git.html[documentation for release 1.5.5.6] |
Junio C Hamano | 0d0679d | 2008-04-08 06:15:46 | [diff] [blame] | 128 | |
| 129 | * release notes for |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 130 | link:RelNotes-1.5.5.6.txt[1.5.5.6], |
| 131 | link:RelNotes-1.5.5.5.txt[1.5.5.5], |
Junio C Hamano | e2b205c | 2008-06-08 01:43:44 | [diff] [blame] | 132 | link:RelNotes-1.5.5.4.txt[1.5.5.4], |
Junio C Hamano | 99b28f2 | 2008-05-28 08:07:26 | [diff] [blame] | 133 | link:RelNotes-1.5.5.3.txt[1.5.5.3], |
Junio C Hamano | b7a77fa | 2008-05-26 07:20:01 | [diff] [blame] | 134 | link:RelNotes-1.5.5.2.txt[1.5.5.2], |
Junio C Hamano | e3ddb5b | 2008-04-21 00:48:07 | [diff] [blame] | 135 | link:RelNotes-1.5.5.1.txt[1.5.5.1], |
Junio C Hamano | 0d0679d | 2008-04-08 06:15:46 | [diff] [blame] | 136 | link:RelNotes-1.5.5.txt[1.5.5]. |
| 137 | |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 138 | * link:v1.5.4.7/git.html[documentation for release 1.5.4.7] |
Junio C Hamano | 7b9b426 | 2008-02-02 06:48:39 | [diff] [blame] | 139 | |
| 140 | * release notes for |
Junio C Hamano | 54bf1e2 | 2008-12-20 06:30:11 | [diff] [blame] | 141 | link:RelNotes-1.5.4.7.txt[1.5.4.7], |
| 142 | link:RelNotes-1.5.4.6.txt[1.5.4.6], |
Junio C Hamano | 56033be | 2008-03-28 06:12:53 | [diff] [blame] | 143 | link:RelNotes-1.5.4.5.txt[1.5.4.5], |
Junio C Hamano | bb34317 | 2008-03-09 10:39:09 | [diff] [blame] | 144 | link:RelNotes-1.5.4.4.txt[1.5.4.4], |
Junio C Hamano | cb174dd | 2008-02-23 21:03:54 | [diff] [blame] | 145 | link:RelNotes-1.5.4.3.txt[1.5.4.3], |
Junio C Hamano | e670d0d | 2008-02-17 20:14:59 | [diff] [blame] | 146 | link:RelNotes-1.5.4.2.txt[1.5.4.2], |
Junio C Hamano | efe3c63 | 2008-02-14 00:51:31 | [diff] [blame] | 147 | link:RelNotes-1.5.4.1.txt[1.5.4.1], |
Junio C Hamano | 7b9b426 | 2008-02-02 06:48:39 | [diff] [blame] | 148 | link:RelNotes-1.5.4.txt[1.5.4]. |
| 149 | |
Junio C Hamano | 4e27231 | 2008-01-08 09:13:21 | [diff] [blame] | 150 | * link:v1.5.3.8/git.html[documentation for release 1.5.3.8] |
Junio C Hamano | a75069c | 2007-09-04 01:19:24 | [diff] [blame] | 151 | |
| 152 | * release notes for |
Junio C Hamano | 4e27231 | 2008-01-08 09:13:21 | [diff] [blame] | 153 | link:RelNotes-1.5.3.8.txt[1.5.3.8], |
Junio C Hamano | 976c0c4 | 2007-12-01 21:57:14 | [diff] [blame] | 154 | link:RelNotes-1.5.3.7.txt[1.5.3.7], |
Junio C Hamano | e125866 | 2007-11-19 05:03:19 | [diff] [blame] | 155 | link:RelNotes-1.5.3.6.txt[1.5.3.6], |
Junio C Hamano | 1c70883 | 2007-11-02 02:47:50 | [diff] [blame] | 156 | link:RelNotes-1.5.3.5.txt[1.5.3.5], |
Junio C Hamano | ea719cf | 2007-10-04 13:06:35 | [diff] [blame] | 157 | link:RelNotes-1.5.3.4.txt[1.5.3.4], |
Junio C Hamano | 58992c9 | 2007-10-01 16:23:18 | [diff] [blame] | 158 | link:RelNotes-1.5.3.3.txt[1.5.3.3], |
Junio C Hamano | 199cdf1 | 2007-09-19 18:30:47 | [diff] [blame] | 159 | link:RelNotes-1.5.3.2.txt[1.5.3.2], |
Junio C Hamano | 61210dd | 2007-10-24 11:52:13 | [diff] [blame] | 160 | link:RelNotes-1.5.3.1.txt[1.5.3.1], |
| 161 | link:RelNotes-1.5.3.txt[1.5.3]. |
Junio C Hamano | 75485c8 | 2007-05-19 04:20:33 | [diff] [blame] | 162 | |
Junio C Hamano | 9eb5753 | 2008-06-26 06:33:46 | [diff] [blame] | 163 | * link:v1.5.2.5/git.html[documentation for release 1.5.2.5] |
| 164 | |
Junio C Hamano | ed7f4f6 | 2007-05-20 09:09:09 | [diff] [blame] | 165 | * release notes for |
Junio C Hamano | 3b178be | 2007-08-16 04:59:27 | [diff] [blame] | 166 | link:RelNotes-1.5.2.5.txt[1.5.2.5], |
Junio C Hamano | 235d53f | 2007-07-13 00:25:15 | [diff] [blame] | 167 | link:RelNotes-1.5.2.4.txt[1.5.2.4], |
Junio C Hamano | 1d90cb0 | 2007-07-03 07:05:31 | [diff] [blame] | 168 | link:RelNotes-1.5.2.3.txt[1.5.2.3], |
Junio C Hamano | 29b1b92 | 2007-06-16 16:30:26 | [diff] [blame] | 169 | link:RelNotes-1.5.2.2.txt[1.5.2.2], |
| 170 | link:RelNotes-1.5.2.1.txt[1.5.2.1], |
Junio C Hamano | ed7f4f6 | 2007-05-20 09:09:09 | [diff] [blame] | 171 | link:RelNotes-1.5.2.txt[1.5.2]. |
| 172 | |
| 173 | * link:v1.5.1.6/git.html[documentation for release 1.5.1.6] |
| 174 | |
| 175 | * release notes for |
| 176 | link:RelNotes-1.5.1.6.txt[1.5.1.6], |
| 177 | link:RelNotes-1.5.1.5.txt[1.5.1.5], |
Junio C Hamano | a9b8d24 | 2007-05-19 04:51:55 | [diff] [blame] | 178 | link:RelNotes-1.5.1.4.txt[1.5.1.4], |
| 179 | link:RelNotes-1.5.1.3.txt[1.5.1.3], |
| 180 | link:RelNotes-1.5.1.2.txt[1.5.1.2], |
| 181 | link:RelNotes-1.5.1.1.txt[1.5.1.1], |
| 182 | link:RelNotes-1.5.1.txt[1.5.1]. |
Junio C Hamano | 91d44c5 | 2007-05-09 07:16:07 | [diff] [blame] | 183 | |
Junio C Hamano | a9b8d24 | 2007-05-19 04:51:55 | [diff] [blame] | 184 | * link:v1.5.0.7/git.html[documentation for release 1.5.0.7] |
Junio C Hamano | 91d44c5 | 2007-05-09 07:16:07 | [diff] [blame] | 185 | |
Junio C Hamano | ed7f4f6 | 2007-05-20 09:09:09 | [diff] [blame] | 186 | * release notes for |
| 187 | link:RelNotes-1.5.0.7.txt[1.5.0.7], |
Junio C Hamano | a9b8d24 | 2007-05-19 04:51:55 | [diff] [blame] | 188 | link:RelNotes-1.5.0.6.txt[1.5.0.6], |
| 189 | link:RelNotes-1.5.0.5.txt[1.5.0.5], |
| 190 | link:RelNotes-1.5.0.3.txt[1.5.0.3], |
| 191 | link:RelNotes-1.5.0.2.txt[1.5.0.2], |
| 192 | link:RelNotes-1.5.0.1.txt[1.5.0.1], |
| 193 | link:RelNotes-1.5.0.txt[1.5.0]. |
Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 194 | |
Junio C Hamano | a9b8d24 | 2007-05-19 04:51:55 | [diff] [blame] | 195 | * documentation for release link:v1.4.4.4/git.html[1.4.4.4], |
| 196 | link:v1.3.3/git.html[1.3.3], |
| 197 | link:v1.2.6/git.html[1.2.6], |
| 198 | link:v1.0.13/git.html[1.0.13]. |
Junio C Hamano | 9d52e57 | 2007-02-13 23:48:20 | [diff] [blame] | 199 | |
| 200 | ============ |
| 201 | |
| 202 | endif::stalenotes[] |
| 203 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 204 | OPTIONS |
| 205 | ------- |
| 206 | --version:: |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 207 | Prints the git suite version that the 'git' program came from. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 208 | |
| 209 | --help:: |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 210 | Prints the synopsis and a list of the most commonly used |
Junio C Hamano | 5825687 | 2007-12-04 08:31:13 | [diff] [blame] | 211 | commands. If the option '--all' or '-a' is given then all |
| 212 | available commands are printed. If a git command is named this |
| 213 | option will bring up the manual page for that command. |
Junio C Hamano | 0c0da5f | 2007-12-13 02:45:30 | [diff] [blame] | 214 | + |
| 215 | Other options are available to control how the manual page is |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 216 | displayed. See linkgit:git-help[1] for more information, |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 217 | because `git --help ...` is converted internally into `git |
| 218 | help ...`. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 219 | |
| 220 | --exec-path:: |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 221 | Path to wherever your core git programs are installed. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 222 | This can also be controlled by setting the GIT_EXEC_PATH |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 223 | environment variable. If no path is given, 'git' will print |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 224 | the current setting and then exit. |
| 225 | |
Junio C Hamano | b4a9ede | 2009-04-08 07:36:32 | [diff] [blame] | 226 | --html-path:: |
| 227 | Print the path to wherever your git HTML documentation is installed |
| 228 | and exit. |
| 229 | |
Junio C Hamano | eb41599 | 2008-06-08 22:49:47 | [diff] [blame] | 230 | -p:: |
| 231 | --paginate:: |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 232 | Pipe all output into 'less' (or if set, $PAGER). |
| 233 | |
Junio C Hamano | cae8627 | 2007-08-21 02:20:49 | [diff] [blame] | 234 | --no-pager:: |
| 235 | Do not pipe git output into a pager. |
| 236 | |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 237 | --git-dir=<path>:: |
| 238 | Set the path to the repository. This can also be controlled by |
Junio C Hamano | 7d575a5 | 2008-04-30 08:45:27 | [diff] [blame] | 239 | setting the GIT_DIR environment variable. It can be an absolute |
| 240 | path or relative path to current working directory. |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 241 | |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 242 | --work-tree=<path>:: |
| 243 | Set the path to the working tree. The value will not be |
| 244 | used in combination with repositories found automatically in |
| 245 | a .git directory (i.e. $GIT_DIR is not set). |
| 246 | This can also be controlled by setting the GIT_WORK_TREE |
| 247 | environment variable and the core.worktree configuration |
Junio C Hamano | 7d575a5 | 2008-04-30 08:45:27 | [diff] [blame] | 248 | variable. It can be an absolute path or relative path to |
| 249 | the directory specified by --git-dir or GIT_DIR. |
| 250 | Note: If --git-dir or GIT_DIR are specified but none of |
| 251 | --work-tree, GIT_WORK_TREE and core.worktree is specified, |
| 252 | the current working directory is regarded as the top directory |
| 253 | of your working tree. |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 254 | |
Junio C Hamano | f870ef8 | 2006-07-29 09:10:13 | [diff] [blame] | 255 | --bare:: |
Junio C Hamano | c435b1c | 2007-08-28 06:25:35 | [diff] [blame] | 256 | Treat the repository as a bare repository. If GIT_DIR |
| 257 | environment is not set, it is set to the current working |
| 258 | directory. |
| 259 | |
Junio C Hamano | 3d23a0a | 2009-10-19 08:04:30 | [diff] [blame] | 260 | --no-replace-objects:: |
| 261 | Do not use replacement refs to replace git objects. See |
| 262 | linkgit:git-replace[1] for more information. |
| 263 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 264 | |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 265 | FURTHER DOCUMENTATION |
| 266 | --------------------- |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 267 | |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 268 | See the references above to get started using git. The following is |
| 269 | probably more detail than necessary for a first-time user. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 270 | |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 271 | The link:user-manual.html#git-concepts[git concepts chapter of the |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 272 | user-manual] and linkgit:gitcore-tutorial[7] both provide |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 273 | introductions to the underlying git architecture. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 274 | |
Junio C Hamano | 804b521 | 2009-06-07 16:05:03 | [diff] [blame] | 275 | See linkgit:gitworkflows[7] for an overview of recommended workflows. |
| 276 | |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 277 | See also the link:howto-index.html[howto] documents for some useful |
| 278 | examples. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 279 | |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 280 | The internals are documented in the |
| 281 | link:technical/api-index.html[GIT API documentation]. |
Junio C Hamano | 3dac504 | 2007-12-15 08:40:54 | [diff] [blame] | 282 | |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 283 | GIT COMMANDS |
| 284 | ------------ |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 285 | |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 286 | We divide git into high level ("porcelain") commands and low level |
| 287 | ("plumbing") commands. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 288 | |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 289 | High-level commands (porcelain) |
| 290 | ------------------------------- |
| 291 | |
| 292 | We separate the porcelain commands into the main commands and some |
| 293 | ancillary user utilities. |
| 294 | |
| 295 | Main porcelain commands |
| 296 | ~~~~~~~~~~~~~~~~~~~~~~~ |
| 297 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 298 | include::cmds-mainporcelain.txt[] |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 299 | |
| 300 | Ancillary Commands |
| 301 | ~~~~~~~~~~~~~~~~~~ |
| 302 | Manipulators: |
| 303 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 304 | include::cmds-ancillarymanipulators.txt[] |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 305 | |
| 306 | Interrogators: |
| 307 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 308 | include::cmds-ancillaryinterrogators.txt[] |
Junio C Hamano | b19b4f0 | 2006-10-29 20:47:22 | [diff] [blame] | 309 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 310 | |
| 311 | Interacting with Others |
| 312 | ~~~~~~~~~~~~~~~~~~~~~~~ |
| 313 | |
| 314 | These commands are to interact with foreign SCM and with other |
| 315 | people via patch over e-mail. |
| 316 | |
| 317 | include::cmds-foreignscminterface.txt[] |
| 318 | |
| 319 | |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 320 | Low-level commands (plumbing) |
| 321 | ----------------------------- |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 322 | |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 323 | Although git includes its |
| 324 | own porcelain layer, its low-level commands are sufficient to support |
| 325 | development of alternative porcelains. Developers of such porcelains |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 326 | might start by reading about linkgit:git-update-index[1] and |
| 327 | linkgit:git-read-tree[1]. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 328 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 329 | The interface (input, output, set of options and the semantics) |
| 330 | to these low-level commands are meant to be a lot more stable |
| 331 | than Porcelain level commands, because these commands are |
| 332 | primarily for scripted use. The interface to Porcelain commands |
| 333 | on the other hand are subject to change in order to improve the |
| 334 | end user experience. |
| 335 | |
| 336 | The following description divides |
| 337 | the low-level commands into commands that manipulate objects (in |
Junio C Hamano | e27fb93 | 2006-04-03 05:34:10 | [diff] [blame] | 338 | the repository, index, and working tree), commands that interrogate and |
| 339 | compare objects, and commands that move objects and references between |
| 340 | repositories. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 341 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 342 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 343 | Manipulation commands |
| 344 | ~~~~~~~~~~~~~~~~~~~~~ |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 345 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 346 | include::cmds-plumbingmanipulators.txt[] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 347 | |
| 348 | |
| 349 | Interrogation commands |
| 350 | ~~~~~~~~~~~~~~~~~~~~~~ |
| 351 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 352 | include::cmds-plumbinginterrogators.txt[] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 353 | |
| 354 | In general, the interrogate commands do not touch the files in |
| 355 | the working tree. |
| 356 | |
| 357 | |
| 358 | Synching repositories |
| 359 | ~~~~~~~~~~~~~~~~~~~~~ |
| 360 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 361 | include::cmds-synchingrepositories.txt[] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 362 | |
Junio C Hamano | 27a128b | 2009-08-13 01:23:00 | [diff] [blame] | 363 | The following are helper commands used by the above; end users |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 364 | typically do not use them directly. |
| 365 | |
| 366 | include::cmds-synchelpers.txt[] |
| 367 | |
| 368 | |
| 369 | Internal helper commands |
| 370 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
| 371 | |
| 372 | These are internal helper commands used by other commands; end |
| 373 | users typically do not use them directly. |
| 374 | |
| 375 | include::cmds-purehelpers.txt[] |
| 376 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 377 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 378 | Configuration Mechanism |
| 379 | ----------------------- |
| 380 | |
| 381 | Starting from 0.99.9 (actually mid 0.99.8.GIT), `.git/config` file |
| 382 | is used to hold per-repository configuration options. It is a |
Junio C Hamano | 51c2ab0 | 2006-07-09 20:38:54 | [diff] [blame] | 383 | simple text file modeled after `.ini` format familiar to some |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 384 | people. Here is an example: |
| 385 | |
| 386 | ------------ |
| 387 | # |
| 388 | # A '#' or ';' character indicates a comment. |
| 389 | # |
| 390 | |
| 391 | ; core variables |
| 392 | [core] |
| 393 | ; Don't trust file modes |
| 394 | filemode = false |
| 395 | |
| 396 | ; user identity |
| 397 | [user] |
| 398 | name = "Junio C Hamano" |
| 399 | email = "junkio@twinsun.com" |
| 400 | |
| 401 | ------------ |
| 402 | |
| 403 | Various commands read from the configuration file and adjust |
| 404 | their operation accordingly. |
| 405 | |
| 406 | |
| 407 | Identifier Terminology |
| 408 | ---------------------- |
| 409 | <object>:: |
| 410 | Indicates the object name for any type of object. |
| 411 | |
| 412 | <blob>:: |
| 413 | Indicates a blob object name. |
| 414 | |
| 415 | <tree>:: |
| 416 | Indicates a tree object name. |
| 417 | |
| 418 | <commit>:: |
| 419 | Indicates a commit object name. |
| 420 | |
| 421 | <tree-ish>:: |
| 422 | Indicates a tree, commit or tag object name. A |
| 423 | command that takes a <tree-ish> argument ultimately wants to |
| 424 | operate on a <tree> object but automatically dereferences |
| 425 | <commit> and <tag> objects that point at a <tree>. |
| 426 | |
Junio C Hamano | 60f8aa8 | 2007-03-06 09:58:26 | [diff] [blame] | 427 | <commit-ish>:: |
| 428 | Indicates a commit or tag object name. A |
| 429 | command that takes a <commit-ish> argument ultimately wants to |
| 430 | operate on a <commit> object but automatically dereferences |
| 431 | <tag> objects that point at a <commit>. |
| 432 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 433 | <type>:: |
| 434 | Indicates that an object type is required. |
| 435 | Currently one of: `blob`, `tree`, `commit`, or `tag`. |
| 436 | |
| 437 | <file>:: |
| 438 | Indicates a filename - almost always relative to the |
| 439 | root of the tree structure `GIT_INDEX_FILE` describes. |
| 440 | |
| 441 | Symbolic Identifiers |
| 442 | -------------------- |
| 443 | Any git command accepting any <object> can also use the following |
| 444 | symbolic notation: |
| 445 | |
| 446 | HEAD:: |
| 447 | indicates the head of the current branch (i.e. the |
| 448 | contents of `$GIT_DIR/HEAD`). |
| 449 | |
| 450 | <tag>:: |
| 451 | a valid tag 'name' |
| 452 | (i.e. the contents of `$GIT_DIR/refs/tags/<tag>`). |
| 453 | |
| 454 | <head>:: |
| 455 | a valid head 'name' |
| 456 | (i.e. the contents of `$GIT_DIR/refs/heads/<head>`). |
| 457 | |
Junio C Hamano | ff4b431 | 2006-10-25 22:55:31 | [diff] [blame] | 458 | For a more complete list of ways to spell object names, see |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 459 | "SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1]. |
Junio C Hamano | ff4b431 | 2006-10-25 22:55:31 | [diff] [blame] | 460 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 461 | |
| 462 | File/Directory Structure |
| 463 | ------------------------ |
| 464 | |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 465 | Please see the linkgit:gitrepository-layout[5] document. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 466 | |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 467 | Read linkgit:githooks[5] for more details about each hook. |
Junio C Hamano | 818f7d6 | 2006-03-26 01:49:30 | [diff] [blame] | 468 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 469 | Higher level SCMs may provide and manage additional information in the |
| 470 | `$GIT_DIR`. |
| 471 | |
| 472 | |
| 473 | Terminology |
| 474 | ----------- |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 475 | Please see linkgit:gitglossary[7]. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 476 | |
| 477 | |
| 478 | Environment Variables |
| 479 | --------------------- |
| 480 | Various git commands use the following environment variables: |
| 481 | |
| 482 | The git Repository |
| 483 | ~~~~~~~~~~~~~~~~~~ |
| 484 | These environment variables apply to 'all' core git commands. Nb: it |
| 485 | is worth noting that they may be used/overridden by SCMS sitting above |
| 486 | git so take care if using Cogito etc. |
| 487 | |
| 488 | 'GIT_INDEX_FILE':: |
| 489 | This environment allows the specification of an alternate |
| 490 | index file. If not specified, the default of `$GIT_DIR/index` |
| 491 | is used. |
| 492 | |
| 493 | 'GIT_OBJECT_DIRECTORY':: |
| 494 | If the object storage directory is specified via this |
| 495 | environment variable then the sha1 directories are created |
| 496 | underneath - otherwise the default `$GIT_DIR/objects` |
| 497 | directory is used. |
| 498 | |
| 499 | 'GIT_ALTERNATE_OBJECT_DIRECTORIES':: |
| 500 | Due to the immutable nature of git objects, old objects can be |
| 501 | archived into shared, read-only directories. This variable |
Junio C Hamano | 05bf9c5 | 2008-07-03 09:21:58 | [diff] [blame] | 502 | specifies a ":" separated (on Windows ";" separated) list |
| 503 | of git object directories which can be used to search for git |
| 504 | objects. New objects will not be written to these directories. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 505 | |
| 506 | 'GIT_DIR':: |
| 507 | If the 'GIT_DIR' environment variable is set then it |
| 508 | specifies a path to use instead of the default `.git` |
| 509 | for the base of the repository. |
| 510 | |
Junio C Hamano | d526ba9 | 2007-07-02 00:17:42 | [diff] [blame] | 511 | 'GIT_WORK_TREE':: |
| 512 | Set the path to the working tree. The value will not be |
| 513 | used in combination with repositories found automatically in |
| 514 | a .git directory (i.e. $GIT_DIR is not set). |
| 515 | This can also be controlled by the '--work-tree' command line |
| 516 | option and the core.worktree configuration variable. |
| 517 | |
Junio C Hamano | 1504827 | 2008-07-07 22:10:48 | [diff] [blame] | 518 | 'GIT_CEILING_DIRECTORIES':: |
| 519 | This should be a colon-separated list of absolute paths. |
| 520 | If set, it is a list of directories that git should not chdir |
| 521 | up into while looking for a repository directory. |
| 522 | It will not exclude the current working directory or |
| 523 | a GIT_DIR set on the command line or in the environment. |
| 524 | (Useful for excluding slow-loading network directories.) |
| 525 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 526 | git Commits |
| 527 | ~~~~~~~~~~~ |
| 528 | 'GIT_AUTHOR_NAME':: |
| 529 | 'GIT_AUTHOR_EMAIL':: |
| 530 | 'GIT_AUTHOR_DATE':: |
| 531 | 'GIT_COMMITTER_NAME':: |
| 532 | 'GIT_COMMITTER_EMAIL':: |
Junio C Hamano | 469d60e | 2007-04-29 18:30:34 | [diff] [blame] | 533 | 'GIT_COMMITTER_DATE':: |
| 534 | 'EMAIL':: |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 535 | see linkgit:git-commit-tree[1] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 536 | |
| 537 | git Diffs |
| 538 | ~~~~~~~~~ |
| 539 | 'GIT_DIFF_OPTS':: |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 540 | Only valid setting is "--unified=??" or "-u??" to set the |
| 541 | number of context lines shown when a unified diff is created. |
| 542 | This takes precedence over any "-U" or "--unified" option |
| 543 | value passed on the git diff command line. |
| 544 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 545 | 'GIT_EXTERNAL_DIFF':: |
Junio C Hamano | 1c43712 | 2006-11-28 02:22:25 | [diff] [blame] | 546 | When the environment variable 'GIT_EXTERNAL_DIFF' is set, the |
| 547 | program named by it is called, instead of the diff invocation |
| 548 | described above. For a path that is added, removed, or modified, |
| 549 | 'GIT_EXTERNAL_DIFF' is called with 7 parameters: |
| 550 | |
| 551 | path old-file old-hex old-mode new-file new-hex new-mode |
| 552 | + |
| 553 | where: |
| 554 | |
| 555 | <old|new>-file:: are files GIT_EXTERNAL_DIFF can use to read the |
| 556 | contents of <old|new>, |
| 557 | <old|new>-hex:: are the 40-hexdigit SHA1 hashes, |
| 558 | <old|new>-mode:: are the octal representation of the file modes. |
| 559 | |
| 560 | + |
| 561 | The file parameters can point at the user's working file |
| 562 | (e.g. `new-file` in "git-diff-files"), `/dev/null` (e.g. `old-file` |
| 563 | when a new file is added), or a temporary file (e.g. `old-file` in the |
| 564 | index). 'GIT_EXTERNAL_DIFF' should not worry about unlinking the |
| 565 | temporary file --- it is removed when 'GIT_EXTERNAL_DIFF' exits. |
| 566 | + |
| 567 | For a path that is unmerged, 'GIT_EXTERNAL_DIFF' is called with 1 |
| 568 | parameter, <path>. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 569 | |
Junio C Hamano | 7ccb9fd | 2006-07-15 01:38:40 | [diff] [blame] | 570 | other |
| 571 | ~~~~~ |
Junio C Hamano | 1e6e006 | 2007-07-13 05:33:25 | [diff] [blame] | 572 | 'GIT_MERGE_VERBOSITY':: |
| 573 | A number controlling the amount of output shown by |
| 574 | the recursive merge strategy. Overrides merge.verbosity. |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 575 | See linkgit:git-merge[1] |
Junio C Hamano | 1e6e006 | 2007-07-13 05:33:25 | [diff] [blame] | 576 | |
Junio C Hamano | 85e45fa | 2006-08-13 07:47:41 | [diff] [blame] | 577 | 'GIT_PAGER':: |
Junio C Hamano | f6002a9 | 2007-07-20 10:28:22 | [diff] [blame] | 578 | This environment variable overrides `$PAGER`. If it is set |
| 579 | to an empty string or to the value "cat", git will not launch |
Junio C Hamano | 0551f6a | 2008-08-25 00:33:33 | [diff] [blame] | 580 | a pager. See also the `core.pager` option in |
| 581 | linkgit:git-config[1]. |
Junio C Hamano | 85e45fa | 2006-08-13 07:47:41 | [diff] [blame] | 582 | |
Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 583 | 'GIT_SSH':: |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 584 | If this environment variable is set then 'git fetch' |
| 585 | and 'git push' will use this command instead |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 586 | of 'ssh' when they need to connect to a remote system. |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 587 | The '$GIT_SSH' command will be given exactly two arguments: |
Junio C Hamano | 4cd1c0e | 2007-08-06 04:39:14 | [diff] [blame] | 588 | the 'username@host' (or just 'host') from the URL and the |
| 589 | shell command to execute on that remote system. |
| 590 | + |
| 591 | To pass options to the program that you want to list in GIT_SSH |
| 592 | you will need to wrap the program and options into a shell script, |
| 593 | then set GIT_SSH to refer to the shell script. |
| 594 | + |
| 595 | Usually it is easier to configure any desired options through your |
| 596 | personal `.ssh/config` file. Please consult your ssh documentation |
| 597 | for further details. |
| 598 | |
Junio C Hamano | 401939f | 2007-07-01 06:34:30 | [diff] [blame] | 599 | 'GIT_FLUSH':: |
| 600 | If this environment variable is set to "1", then commands such |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 601 | as 'git blame' (in incremental mode), 'git rev-list', 'git log', |
| 602 | and 'git whatchanged' will force a flush of the output stream |
Junio C Hamano | 401939f | 2007-07-01 06:34:30 | [diff] [blame] | 603 | after each commit-oriented record have been flushed. If this |
| 604 | variable is set to "0", the output of these commands will be done |
| 605 | using completely buffered I/O. If this environment variable is |
| 606 | not set, git will choose buffered or record-oriented flushing |
| 607 | based on whether stdout appears to be redirected to a file or not. |
| 608 | |
Junio C Hamano | 7ccb9fd | 2006-07-15 01:38:40 | [diff] [blame] | 609 | 'GIT_TRACE':: |
Junio C Hamano | ef4b48b | 2006-09-04 10:08:34 | [diff] [blame] | 610 | If this variable is set to "1", "2" or "true" (comparison |
| 611 | is case insensitive), git will print `trace:` messages on |
Junio C Hamano | 7ccb9fd | 2006-07-15 01:38:40 | [diff] [blame] | 612 | stderr telling about alias expansion, built-in command |
| 613 | execution and external command execution. |
Junio C Hamano | ef4b48b | 2006-09-04 10:08:34 | [diff] [blame] | 614 | If this variable is set to an integer value greater than 1 |
| 615 | and lower than 10 (strictly) then git will interpret this |
| 616 | value as an open file descriptor and will try to write the |
| 617 | trace messages into this file descriptor. |
| 618 | Alternatively, if this variable is set to an absolute path |
| 619 | (starting with a '/' character), git will interpret this |
| 620 | as a file path and will try to write the trace messages |
| 621 | into it. |
Junio C Hamano | 7ccb9fd | 2006-07-15 01:38:40 | [diff] [blame] | 622 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 623 | Discussion[[Discussion]] |
| 624 | ------------------------ |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 625 | |
| 626 | More detail on the following is available from the |
| 627 | link:user-manual.html#git-concepts[git concepts chapter of the |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 628 | user-manual] and linkgit:gitcore-tutorial[7]. |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 629 | |
| 630 | A git project normally consists of a working directory with a ".git" |
| 631 | subdirectory at the top level. The .git directory contains, among other |
| 632 | things, a compressed object database representing the complete history |
| 633 | of the project, an "index" file which links that history to the current |
| 634 | contents of the working tree, and named pointers into that history such |
| 635 | as tags and branch heads. |
| 636 | |
| 637 | The object database contains objects of three main types: blobs, which |
| 638 | hold file data; trees, which point to blobs and other trees to build up |
Junio C Hamano | fe98605 | 2007-12-19 07:33:38 | [diff] [blame] | 639 | directory hierarchies; and commits, which each reference a single tree |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 640 | and some number of parent commits. |
| 641 | |
| 642 | The commit, equivalent to what other systems call a "changeset" or |
| 643 | "version", represents a step in the project's history, and each parent |
| 644 | represents an immediately preceding step. Commits with more than one |
| 645 | parent represent merges of independent lines of development. |
| 646 | |
| 647 | All objects are named by the SHA1 hash of their contents, normally |
| 648 | written as a string of 40 hex digits. Such names are globally unique. |
| 649 | The entire history leading up to a commit can be vouched for by signing |
| 650 | just that commit. A fourth object type, the tag, is provided for this |
| 651 | purpose. |
| 652 | |
| 653 | When first created, objects are stored in individual files, but for |
| 654 | efficiency may later be compressed together into "pack files". |
| 655 | |
| 656 | Named pointers called refs mark interesting points in history. A ref |
| 657 | may contain the SHA1 name of an object or the name of another ref. Refs |
| 658 | with names beginning `ref/head/` contain the SHA1 name of the most |
Junio C Hamano | fe98605 | 2007-12-19 07:33:38 | [diff] [blame] | 659 | recent commit (or "head") of a branch under development. SHA1 names of |
Junio C Hamano | 597ffcf | 2007-09-17 17:33:15 | [diff] [blame] | 660 | tags of interest are stored under `ref/tags/`. A special ref named |
| 661 | `HEAD` contains the name of the currently checked-out branch. |
| 662 | |
| 663 | The index file is initialized with a list of all paths and, for each |
| 664 | path, a blob object and a set of attributes. The blob object represents |
| 665 | the contents of the file as of the head of the current branch. The |
| 666 | attributes (last modified time, size, etc.) are taken from the |
| 667 | corresponding file in the working tree. Subsequent changes to the |
| 668 | working tree can be found by comparing these attributes. The index may |
| 669 | be updated with new content, and new commits may be created from the |
| 670 | content stored in the index. |
| 671 | |
| 672 | The index is also capable of storing multiple entries (called "stages") |
| 673 | for a given pathname. These stages are used to hold the various |
| 674 | unmerged version of a file when a merge is in progress. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 675 | |
| 676 | Authors |
| 677 | ------- |
| 678 | * git's founding father is Linus Torvalds <torvalds@osdl.org>. |
Junio C Hamano | dbb6459 | 2007-09-01 11:17:39 | [diff] [blame] | 679 | * The current git nurse is Junio C Hamano <gitster@pobox.com>. |
Junio C Hamano | e0facb9 | 2007-12-05 10:59:48 | [diff] [blame] | 680 | * The git potty was written by Andreas Ericsson <ae@op5.se>. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 681 | * General upbringing is handled by the git-list <git@vger.kernel.org>. |
| 682 | |
| 683 | Documentation |
| 684 | -------------- |
| 685 | The documentation for git suite was started by David Greaves |
| 686 | <david@dgreaves.com>, and later enhanced greatly by the |
| 687 | contributors on the git-list <git@vger.kernel.org>. |
| 688 | |
Junio C Hamano | 9e1793f | 2008-06-02 07:31:16 | [diff] [blame] | 689 | SEE ALSO |
| 690 | -------- |
| 691 | linkgit:gittutorial[7], linkgit:gittutorial-2[7], |
Junio C Hamano | af1987f | 2008-08-03 07:58:19 | [diff] [blame] | 692 | link:everyday.html[Everyday Git], linkgit:gitcvs-migration[7], |
Junio C Hamano | 9e1793f | 2008-06-02 07:31:16 | [diff] [blame] | 693 | linkgit:gitglossary[7], linkgit:gitcore-tutorial[7], |
Junio C Hamano | 804b521 | 2009-06-07 16:05:03 | [diff] [blame] | 694 | linkgit:gitcli[7], link:user-manual.html[The Git User's Manual], |
| 695 | linkgit:gitworkflows[7] |
Junio C Hamano | 9e1793f | 2008-06-02 07:31:16 | [diff] [blame] | 696 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 697 | GIT |
| 698 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 699 | Part of the linkgit:git[1] suite |