summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
blob: ac222060ea08000a17ceed4149a257482ae1e064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
git(7)
======
 
NAME
----
git - the stupid content tracker
 
 
SYNOPSIS
--------
[verse]
'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate]
    [--bare] [--git-dir=GIT_DIR] [--help] COMMAND [ARGS]
 
DESCRIPTION
-----------
Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.
 
See this link:tutorial.html[tutorial] to get started, then see
link:everyday.html[Everyday Git] for a useful minimum set of commands, and
"man git-commandname" for documentation of each command.  CVS users may
also want to read link:cvs-migration.html[CVS migration].
 
The COMMAND is either a name of a Git command (see below) or an alias
as defined in the configuration file (see gitlink:git-repo-config[1]).
 
OPTIONS
-------
--version::
	Prints the git suite version that the 'git' program came from.
 
--help::
	Prints the synopsis and a list of the most commonly used
	commands.  If a git command is named this option will bring up
	the man-page for that command. If the option '--all' or '-a' is
	given then all available commands are printed.
 
--exec-path::
	Path to wherever your core git programs are installed.
	This can also be controlled by setting the GIT_EXEC_PATH
	environment variable. If no path is given 'git' will print
	the current setting and then exit.
 
-p|--paginate::
	Pipe all output into 'less' (or if set, $PAGER).
 
--git-dir=<path>::
	Set the path to the repository. This can also be controlled by
	setting the GIT_DIR environment variable.
 
--bare::
	Same as --git-dir=`pwd`.
 
FURTHER DOCUMENTATION
---------------------
 
See the references above to get started using git.  The following is
probably more detail than necessary for a first-time user.
 
The <<Discussion,Discussion>> section below and the
link:core-tutorial.html[Core tutorial] both provide introductions to the
underlying git architecture.
 
See also the link:howto-index.html[howto] documents for some useful
examples.
 
GIT COMMANDS
------------
 
We divide git into high level ("porcelain") commands and low level
("plumbing") commands.
 
High-level commands (porcelain)
-------------------------------
 
We separate the porcelain commands into the main commands and some
ancillary user utilities.
 
Main porcelain commands
~~~~~~~~~~~~~~~~~~~~~~~
 
include::cmds-mainporcelain.txt[]
 
Ancillary Commands
~~~~~~~~~~~~~~~~~~
Manipulators:
 
include::cmds-ancillarymanipulators.txt[]
 
Interrogators:
 
include::cmds-ancillaryinterrogators.txt[]
 
Low-level commands (plumbing)
-----------------------------
 
Although git includes its
own porcelain layer, its low-level commands are sufficient to support
development of alternative porcelains.  Developers of such porcelains
might start by reading about gitlink:git-update-index[1] and
gitlink:git-read-tree[1].
 
We divide the low-level commands into commands that manipulate objects (in
the repository, index, and working tree), commands that interrogate and
compare objects, and commands that move objects and references between
repositories.
 
Manipulation commands
~~~~~~~~~~~~~~~~~~~~~
 
include::cmds-plumbingmanipulators.txt[]
 
 
Interrogation commands
~~~~~~~~~~~~~~~~~~~~~~
 
include::cmds-plumbinginterrogators.txt[]
 
In general, the interrogate commands do not touch the files in
the working tree.
 
 
Synching repositories
~~~~~~~~~~~~~~~~~~~~~
 
include::cmds-synchingrepositories.txt[]
 
 
Configuration Mechanism
-----------------------
 
Starting from 0.99.9 (actually mid 0.99.8.GIT), `.git/config` file
is used to hold per-repository configuration options.  It is a
simple text file modeled after `.ini` format familiar to some
people.  Here is an example:
 
------------
#
# A '#' or ';' character indicates a comment.
#
 
; core variables
[core]
	; Don't trust file modes
	filemode = false
 
; user identity
[user]
	name = "Junio C Hamano"
	email = "junkio@twinsun.com"
 
------------
 
Various commands read from the configuration file and adjust
their operation accordingly.
 
 
Identifier Terminology
----------------------
<object>::
	Indicates the object name for any type of object.
 
<blob>::
	Indicates a blob object name.
 
<tree>::
	Indicates a tree object name.
 
<commit>::
	Indicates a commit object name.
 
<tree-ish>::
	Indicates a tree, commit or tag object name.  A
	command that takes a <tree-ish> argument ultimately wants to
	operate on a <tree> object but automatically dereferences
	<commit> and <tag> objects that point at a <tree>.
 
<type>::
	Indicates that an object type is required.
	Currently one of: `blob`, `tree`, `commit`, or `tag`.
 
<file>::
	Indicates a filename - almost always relative to the
	root of the tree structure `GIT_INDEX_FILE` describes.
 
Symbolic Identifiers
--------------------
Any git command accepting any <object> can also use the following
symbolic notation:
 
HEAD::
	indicates the head of the current branch (i.e. the
	contents of `$GIT_DIR/HEAD`).
 
<tag>::
	a valid tag 'name'
	(i.e. the contents of `$GIT_DIR/refs/tags/<tag>`).
 
<head>::
	a valid head 'name'
	(i.e. the contents of `$GIT_DIR/refs/heads/<head>`).
 
For a more complete list of ways to spell object names, see
"SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
 
 
File/Directory Structure
------------------------
 
Please see link:repository-layout.html[repository layout] document.
 
Read link:hooks.html[hooks] for more details about each hook.
 
Higher level SCMs may provide and manage additional information in the
`$GIT_DIR`.
 
 
Terminology
-----------
Please see link:glossary.html[glossary] document.
 
 
Environment Variables
---------------------
Various git commands use the following environment variables:
 
The git Repository
~~~~~~~~~~~~~~~~~~
These environment variables apply to 'all' core git commands. Nb: it
is worth noting that they may be used/overridden by SCMS sitting above
git so take care if using Cogito etc.
 
'GIT_INDEX_FILE'::
	This environment allows the specification of an alternate
	index file. If not specified, the default of `$GIT_DIR/index`
	is used.
 
'GIT_OBJECT_DIRECTORY'::
	If the object storage directory is specified via this
	environment variable then the sha1 directories are created
	underneath - otherwise the default `$GIT_DIR/objects`
	directory is used.
 
'GIT_ALTERNATE_OBJECT_DIRECTORIES'::
	Due to the immutable nature of git objects, old objects can be
	archived into shared, read-only directories. This variable
	specifies a ":" separated list of git object directories which
	can be used to search for git objects. New objects will not be
	written to these directories.
 
'GIT_DIR'::
	If the 'GIT_DIR' environment variable is set then it
	specifies a path to use instead of the default `.git`
	for the base of the repository.
 
git Commits
~~~~~~~~~~~
'GIT_AUTHOR_NAME'::
'GIT_AUTHOR_EMAIL'::
'GIT_AUTHOR_DATE'::
'GIT_COMMITTER_NAME'::
'GIT_COMMITTER_EMAIL'::
	see gitlink:git-commit-tree[1]
 
git Diffs
~~~~~~~~~
'GIT_DIFF_OPTS'::
	Only valid setting is "--unified=??" or "-u??" to set the
	number of context lines shown when a unified diff is created.
	This takes precedence over any "-U" or "--unified" option
	value passed on the git diff command line.
 
'GIT_EXTERNAL_DIFF'::
	When the environment variable 'GIT_EXTERNAL_DIFF' is set, the
	program named by it is called, instead of the diff invocation
	described above.  For a path that is added, removed, or modified,
        'GIT_EXTERNAL_DIFF' is called with 7 parameters:
 
	path old-file old-hex old-mode new-file new-hex new-mode
+
where:
 
	<old|new>-file:: are files GIT_EXTERNAL_DIFF can use to read the
                         contents of <old|new>,
	<old|new>-hex:: are the 40-hexdigit SHA1 hashes,
	<old|new>-mode:: are the octal representation of the file modes.
 
+
The file parameters can point at the user's working file
(e.g. `new-file` in "git-diff-files"), `/dev/null` (e.g. `old-file`
when a new file is added), or a temporary file (e.g. `old-file` in the
index).  'GIT_EXTERNAL_DIFF' should not worry about unlinking the
temporary file --- it is removed when 'GIT_EXTERNAL_DIFF' exits.
+
For a path that is unmerged, 'GIT_EXTERNAL_DIFF' is called with 1
parameter, <path>.
 
other
~~~~~
'GIT_PAGER'::
	This environment variable overrides `$PAGER`.
 
'GIT_TRACE'::
	If this variable is set to "1", "2" or "true" (comparison
	is case insensitive), git will print `trace:` messages on
	stderr telling about alias expansion, built-in command
	execution and external command execution.
	If this variable is set to an integer value greater than 1
	and lower than 10 (strictly) then git will interpret this
	value as an open file descriptor and will try to write the
	trace messages into this file descriptor.
	Alternatively, if this variable is set to an absolute path
	(starting with a '/' character), git will interpret this
	as a file path and will try to write the trace messages
	into it.
 
Discussion[[Discussion]]
------------------------
include::core-intro.txt[]
 
Authors
-------
* git's founding father is Linus Torvalds <torvalds@osdl.org>.
* The current git nurse is Junio C Hamano <junkio@cox.net>.
* The git potty was written by Andres Ericsson <ae@op5.se>.
* General upbringing is handled by the git-list <git@vger.kernel.org>.
 
Documentation
--------------
The documentation for git suite was started by David Greaves
<david@dgreaves.com>, and later enhanced greatly by the
contributors on the git-list <git@vger.kernel.org>.
 
GIT
---
Part of the gitlink:git[7] suite