f9a7fb94c5becf0da161ed4167bfbd145c1af8b9
   1git(1)
   2======
   3
   4NAME
   5----
   6git - the stupid content tracker
   7
   8
   9SYNOPSIS
  10--------
  11[verse]
  12'git' [--version] [--help] [-C <path>] [-c <name>=<value>]
  13    [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
  14    [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
  15    [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
  16    <command> [<args>]
  17
  18DESCRIPTION
  19-----------
  20Git is a fast, scalable, distributed revision control system with an
  21unusually rich command set that provides both high-level operations
  22and full access to internals.
  23
  24See linkgit:gittutorial[7] to get started, then see
  25linkgit:giteveryday[7] for a useful minimum set of
  26commands.  The link:user-manual.html[Git User's Manual] has a more
  27in-depth introduction.
  28
  29After you mastered the basic concepts, you can come back to this
  30page to learn what commands Git offers.  You can learn more about
  31individual Git commands with "git help command".  linkgit:gitcli[7]
  32manual page gives you an overview of the command-line command syntax.
  33
  34Formatted and hyperlinked version of the latest Git documentation
  35can be viewed at `http://git-htmldocs.googlecode.com/git/git.html`.
  36
  37ifdef::stalenotes[]
  38[NOTE]
  39============
  40
  41You are reading the documentation for the latest (possibly
  42unreleased) version of Git, that is available from the 'master'
  43branch of the `git.git` repository.
  44Documentation for older releases are available here:
  45
  46* link:v2.6.0/git.html[documentation for release 2.6]
  47
  48* release notes for
  49  link:RelNotes/2.6.0.txt[2.6].
  50
  51* link:v2.5.4/git.html[documentation for release 2.5.4]
  52
  53* release notes for
  54  link:RelNotes/2.5.4.txt[2.5.4],
  55  link:RelNotes/2.5.3.txt[2.5.3],
  56  link:RelNotes/2.5.2.txt[2.5.2],
  57  link:RelNotes/2.5.1.txt[2.5.1],
  58  link:RelNotes/2.5.0.txt[2.5].
  59
  60* link:v2.4.10/git.html[documentation for release 2.4.10]
  61
  62* release notes for
  63  link:RelNotes/2.4.10.txt[2.4.10],
  64  link:RelNotes/2.4.9.txt[2.4.9],
  65  link:RelNotes/2.4.8.txt[2.4.8],
  66  link:RelNotes/2.4.7.txt[2.4.7],
  67  link:RelNotes/2.4.6.txt[2.4.6],
  68  link:RelNotes/2.4.5.txt[2.4.5],
  69  link:RelNotes/2.4.4.txt[2.4.4],
  70  link:RelNotes/2.4.3.txt[2.4.3],
  71  link:RelNotes/2.4.2.txt[2.4.2],
  72  link:RelNotes/2.4.1.txt[2.4.1],
  73  link:RelNotes/2.4.0.txt[2.4].
  74
  75* link:v2.3.10/git.html[documentation for release 2.3.10]
  76
  77* release notes for
  78  link:RelNotes/2.3.10.txt[2.3.10],
  79  link:RelNotes/2.3.9.txt[2.3.9],
  80  link:RelNotes/2.3.8.txt[2.3.8],
  81  link:RelNotes/2.3.7.txt[2.3.7],
  82  link:RelNotes/2.3.6.txt[2.3.6],
  83  link:RelNotes/2.3.5.txt[2.3.5],
  84  link:RelNotes/2.3.4.txt[2.3.4],
  85  link:RelNotes/2.3.3.txt[2.3.3],
  86  link:RelNotes/2.3.2.txt[2.3.2],
  87  link:RelNotes/2.3.1.txt[2.3.1],
  88  link:RelNotes/2.3.0.txt[2.3].
  89
  90* link:v2.2.3/git.html[documentation for release 2.2.3]
  91
  92* release notes for
  93  link:RelNotes/2.2.3.txt[2.2.3],
  94  link:RelNotes/2.2.2.txt[2.2.2],
  95  link:RelNotes/2.2.1.txt[2.2.1],
  96  link:RelNotes/2.2.0.txt[2.2].
  97
  98* link:v2.1.4/git.html[documentation for release 2.1.4]
  99
 100* release notes for
 101  link:RelNotes/2.1.4.txt[2.1.4],
 102  link:RelNotes/2.1.3.txt[2.1.3],
 103  link:RelNotes/2.1.2.txt[2.1.2],
 104  link:RelNotes/2.1.1.txt[2.1.1],
 105  link:RelNotes/2.1.0.txt[2.1].
 106
 107* link:v2.0.5/git.html[documentation for release 2.0.5]
 108
 109* release notes for
 110  link:RelNotes/2.0.5.txt[2.0.5],
 111  link:RelNotes/2.0.4.txt[2.0.4],
 112  link:RelNotes/2.0.3.txt[2.0.3],
 113  link:RelNotes/2.0.2.txt[2.0.2],
 114  link:RelNotes/2.0.1.txt[2.0.1],
 115  link:RelNotes/2.0.0.txt[2.0.0].
 116
 117* link:v1.9.5/git.html[documentation for release 1.9.5]
 118
 119* release notes for
 120  link:RelNotes/1.9.5.txt[1.9.5],
 121  link:RelNotes/1.9.4.txt[1.9.4],
 122  link:RelNotes/1.9.3.txt[1.9.3],
 123  link:RelNotes/1.9.2.txt[1.9.2],
 124  link:RelNotes/1.9.1.txt[1.9.1],
 125  link:RelNotes/1.9.0.txt[1.9.0].
 126
 127* link:v1.8.5.6/git.html[documentation for release 1.8.5.6]
 128
 129* release notes for
 130  link:RelNotes/1.8.5.6.txt[1.8.5.6],
 131  link:RelNotes/1.8.5.5.txt[1.8.5.5],
 132  link:RelNotes/1.8.5.4.txt[1.8.5.4],
 133  link:RelNotes/1.8.5.3.txt[1.8.5.3],
 134  link:RelNotes/1.8.5.2.txt[1.8.5.2],
 135  link:RelNotes/1.8.5.1.txt[1.8.5.1],
 136  link:RelNotes/1.8.5.txt[1.8.5].
 137
 138* link:v1.8.4.5/git.html[documentation for release 1.8.4.5]
 139
 140* release notes for
 141  link:RelNotes/1.8.4.5.txt[1.8.4.5],
 142  link:RelNotes/1.8.4.4.txt[1.8.4.4],
 143  link:RelNotes/1.8.4.3.txt[1.8.4.3],
 144  link:RelNotes/1.8.4.2.txt[1.8.4.2],
 145  link:RelNotes/1.8.4.1.txt[1.8.4.1],
 146  link:RelNotes/1.8.4.txt[1.8.4].
 147
 148* link:v1.8.3.4/git.html[documentation for release 1.8.3.4]
 149
 150* release notes for
 151  link:RelNotes/1.8.3.4.txt[1.8.3.4],
 152  link:RelNotes/1.8.3.3.txt[1.8.3.3],
 153  link:RelNotes/1.8.3.2.txt[1.8.3.2],
 154  link:RelNotes/1.8.3.1.txt[1.8.3.1],
 155  link:RelNotes/1.8.3.txt[1.8.3].
 156
 157* link:v1.8.2.3/git.html[documentation for release 1.8.2.3]
 158
 159* release notes for
 160  link:RelNotes/1.8.2.3.txt[1.8.2.3],
 161  link:RelNotes/1.8.2.2.txt[1.8.2.2],
 162  link:RelNotes/1.8.2.1.txt[1.8.2.1],
 163  link:RelNotes/1.8.2.txt[1.8.2].
 164
 165* link:v1.8.1.6/git.html[documentation for release 1.8.1.6]
 166
 167* release notes for
 168  link:RelNotes/1.8.1.6.txt[1.8.1.6],
 169  link:RelNotes/1.8.1.5.txt[1.8.1.5],
 170  link:RelNotes/1.8.1.4.txt[1.8.1.4],
 171  link:RelNotes/1.8.1.3.txt[1.8.1.3],
 172  link:RelNotes/1.8.1.2.txt[1.8.1.2],
 173  link:RelNotes/1.8.1.1.txt[1.8.1.1],
 174  link:RelNotes/1.8.1.txt[1.8.1].
 175
 176* link:v1.8.0.3/git.html[documentation for release 1.8.0.3]
 177
 178* release notes for
 179  link:RelNotes/1.8.0.3.txt[1.8.0.3],
 180  link:RelNotes/1.8.0.2.txt[1.8.0.2],
 181  link:RelNotes/1.8.0.1.txt[1.8.0.1],
 182  link:RelNotes/1.8.0.txt[1.8.0].
 183
 184* link:v1.7.12.4/git.html[documentation for release 1.7.12.4]
 185
 186* release notes for
 187  link:RelNotes/1.7.12.4.txt[1.7.12.4],
 188  link:RelNotes/1.7.12.3.txt[1.7.12.3],
 189  link:RelNotes/1.7.12.2.txt[1.7.12.2],
 190  link:RelNotes/1.7.12.1.txt[1.7.12.1],
 191  link:RelNotes/1.7.12.txt[1.7.12].
 192
 193* link:v1.7.11.7/git.html[documentation for release 1.7.11.7]
 194
 195* release notes for
 196  link:RelNotes/1.7.11.7.txt[1.7.11.7],
 197  link:RelNotes/1.7.11.6.txt[1.7.11.6],
 198  link:RelNotes/1.7.11.5.txt[1.7.11.5],
 199  link:RelNotes/1.7.11.4.txt[1.7.11.4],
 200  link:RelNotes/1.7.11.3.txt[1.7.11.3],
 201  link:RelNotes/1.7.11.2.txt[1.7.11.2],
 202  link:RelNotes/1.7.11.1.txt[1.7.11.1],
 203  link:RelNotes/1.7.11.txt[1.7.11].
 204
 205* link:v1.7.10.5/git.html[documentation for release 1.7.10.5]
 206
 207* release notes for
 208  link:RelNotes/1.7.10.5.txt[1.7.10.5],
 209  link:RelNotes/1.7.10.4.txt[1.7.10.4],
 210  link:RelNotes/1.7.10.3.txt[1.7.10.3],
 211  link:RelNotes/1.7.10.2.txt[1.7.10.2],
 212  link:RelNotes/1.7.10.1.txt[1.7.10.1],
 213  link:RelNotes/1.7.10.txt[1.7.10].
 214
 215* link:v1.7.9.7/git.html[documentation for release 1.7.9.7]
 216
 217* release notes for
 218  link:RelNotes/1.7.9.7.txt[1.7.9.7],
 219  link:RelNotes/1.7.9.6.txt[1.7.9.6],
 220  link:RelNotes/1.7.9.5.txt[1.7.9.5],
 221  link:RelNotes/1.7.9.4.txt[1.7.9.4],
 222  link:RelNotes/1.7.9.3.txt[1.7.9.3],
 223  link:RelNotes/1.7.9.2.txt[1.7.9.2],
 224  link:RelNotes/1.7.9.1.txt[1.7.9.1],
 225  link:RelNotes/1.7.9.txt[1.7.9].
 226
 227* link:v1.7.8.6/git.html[documentation for release 1.7.8.6]
 228
 229* release notes for
 230  link:RelNotes/1.7.8.6.txt[1.7.8.6],
 231  link:RelNotes/1.7.8.5.txt[1.7.8.5],
 232  link:RelNotes/1.7.8.4.txt[1.7.8.4],
 233  link:RelNotes/1.7.8.3.txt[1.7.8.3],
 234  link:RelNotes/1.7.8.2.txt[1.7.8.2],
 235  link:RelNotes/1.7.8.1.txt[1.7.8.1],
 236  link:RelNotes/1.7.8.txt[1.7.8].
 237
 238* link:v1.7.7.7/git.html[documentation for release 1.7.7.7]
 239
 240* release notes for
 241  link:RelNotes/1.7.7.7.txt[1.7.7.7],
 242  link:RelNotes/1.7.7.6.txt[1.7.7.6],
 243  link:RelNotes/1.7.7.5.txt[1.7.7.5],
 244  link:RelNotes/1.7.7.4.txt[1.7.7.4],
 245  link:RelNotes/1.7.7.3.txt[1.7.7.3],
 246  link:RelNotes/1.7.7.2.txt[1.7.7.2],
 247  link:RelNotes/1.7.7.1.txt[1.7.7.1],
 248  link:RelNotes/1.7.7.txt[1.7.7].
 249
 250* link:v1.7.6.6/git.html[documentation for release 1.7.6.6]
 251
 252* release notes for
 253  link:RelNotes/1.7.6.6.txt[1.7.6.6],
 254  link:RelNotes/1.7.6.5.txt[1.7.6.5],
 255  link:RelNotes/1.7.6.4.txt[1.7.6.4],
 256  link:RelNotes/1.7.6.3.txt[1.7.6.3],
 257  link:RelNotes/1.7.6.2.txt[1.7.6.2],
 258  link:RelNotes/1.7.6.1.txt[1.7.6.1],
 259  link:RelNotes/1.7.6.txt[1.7.6].
 260
 261* link:v1.7.5.4/git.html[documentation for release 1.7.5.4]
 262
 263* release notes for
 264  link:RelNotes/1.7.5.4.txt[1.7.5.4],
 265  link:RelNotes/1.7.5.3.txt[1.7.5.3],
 266  link:RelNotes/1.7.5.2.txt[1.7.5.2],
 267  link:RelNotes/1.7.5.1.txt[1.7.5.1],
 268  link:RelNotes/1.7.5.txt[1.7.5].
 269
 270* link:v1.7.4.5/git.html[documentation for release 1.7.4.5]
 271
 272* release notes for
 273  link:RelNotes/1.7.4.5.txt[1.7.4.5],
 274  link:RelNotes/1.7.4.4.txt[1.7.4.4],
 275  link:RelNotes/1.7.4.3.txt[1.7.4.3],
 276  link:RelNotes/1.7.4.2.txt[1.7.4.2],
 277  link:RelNotes/1.7.4.1.txt[1.7.4.1],
 278  link:RelNotes/1.7.4.txt[1.7.4].
 279
 280* link:v1.7.3.5/git.html[documentation for release 1.7.3.5]
 281
 282* release notes for
 283  link:RelNotes/1.7.3.5.txt[1.7.3.5],
 284  link:RelNotes/1.7.3.4.txt[1.7.3.4],
 285  link:RelNotes/1.7.3.3.txt[1.7.3.3],
 286  link:RelNotes/1.7.3.2.txt[1.7.3.2],
 287  link:RelNotes/1.7.3.1.txt[1.7.3.1],
 288  link:RelNotes/1.7.3.txt[1.7.3].
 289
 290* link:v1.7.2.5/git.html[documentation for release 1.7.2.5]
 291
 292* release notes for
 293  link:RelNotes/1.7.2.5.txt[1.7.2.5],
 294  link:RelNotes/1.7.2.4.txt[1.7.2.4],
 295  link:RelNotes/1.7.2.3.txt[1.7.2.3],
 296  link:RelNotes/1.7.2.2.txt[1.7.2.2],
 297  link:RelNotes/1.7.2.1.txt[1.7.2.1],
 298  link:RelNotes/1.7.2.txt[1.7.2].
 299
 300* link:v1.7.1.4/git.html[documentation for release 1.7.1.4]
 301
 302* release notes for
 303  link:RelNotes/1.7.1.4.txt[1.7.1.4],
 304  link:RelNotes/1.7.1.3.txt[1.7.1.3],
 305  link:RelNotes/1.7.1.2.txt[1.7.1.2],
 306  link:RelNotes/1.7.1.1.txt[1.7.1.1],
 307  link:RelNotes/1.7.1.txt[1.7.1].
 308
 309* link:v1.7.0.9/git.html[documentation for release 1.7.0.9]
 310
 311* release notes for
 312  link:RelNotes/1.7.0.9.txt[1.7.0.9],
 313  link:RelNotes/1.7.0.8.txt[1.7.0.8],
 314  link:RelNotes/1.7.0.7.txt[1.7.0.7],
 315  link:RelNotes/1.7.0.6.txt[1.7.0.6],
 316  link:RelNotes/1.7.0.5.txt[1.7.0.5],
 317  link:RelNotes/1.7.0.4.txt[1.7.0.4],
 318  link:RelNotes/1.7.0.3.txt[1.7.0.3],
 319  link:RelNotes/1.7.0.2.txt[1.7.0.2],
 320  link:RelNotes/1.7.0.1.txt[1.7.0.1],
 321  link:RelNotes/1.7.0.txt[1.7.0].
 322
 323* link:v1.6.6.3/git.html[documentation for release 1.6.6.3]
 324
 325* release notes for
 326  link:RelNotes/1.6.6.3.txt[1.6.6.3],
 327  link:RelNotes/1.6.6.2.txt[1.6.6.2],
 328  link:RelNotes/1.6.6.1.txt[1.6.6.1],
 329  link:RelNotes/1.6.6.txt[1.6.6].
 330
 331* link:v1.6.5.9/git.html[documentation for release 1.6.5.9]
 332
 333* release notes for
 334  link:RelNotes/1.6.5.9.txt[1.6.5.9],
 335  link:RelNotes/1.6.5.8.txt[1.6.5.8],
 336  link:RelNotes/1.6.5.7.txt[1.6.5.7],
 337  link:RelNotes/1.6.5.6.txt[1.6.5.6],
 338  link:RelNotes/1.6.5.5.txt[1.6.5.5],
 339  link:RelNotes/1.6.5.4.txt[1.6.5.4],
 340  link:RelNotes/1.6.5.3.txt[1.6.5.3],
 341  link:RelNotes/1.6.5.2.txt[1.6.5.2],
 342  link:RelNotes/1.6.5.1.txt[1.6.5.1],
 343  link:RelNotes/1.6.5.txt[1.6.5].
 344
 345* link:v1.6.4.5/git.html[documentation for release 1.6.4.5]
 346
 347* release notes for
 348  link:RelNotes/1.6.4.5.txt[1.6.4.5],
 349  link:RelNotes/1.6.4.4.txt[1.6.4.4],
 350  link:RelNotes/1.6.4.3.txt[1.6.4.3],
 351  link:RelNotes/1.6.4.2.txt[1.6.4.2],
 352  link:RelNotes/1.6.4.1.txt[1.6.4.1],
 353  link:RelNotes/1.6.4.txt[1.6.4].
 354
 355* link:v1.6.3.4/git.html[documentation for release 1.6.3.4]
 356
 357* release notes for
 358  link:RelNotes/1.6.3.4.txt[1.6.3.4],
 359  link:RelNotes/1.6.3.3.txt[1.6.3.3],
 360  link:RelNotes/1.6.3.2.txt[1.6.3.2],
 361  link:RelNotes/1.6.3.1.txt[1.6.3.1],
 362  link:RelNotes/1.6.3.txt[1.6.3].
 363
 364* release notes for
 365  link:RelNotes/1.6.2.5.txt[1.6.2.5],
 366  link:RelNotes/1.6.2.4.txt[1.6.2.4],
 367  link:RelNotes/1.6.2.3.txt[1.6.2.3],
 368  link:RelNotes/1.6.2.2.txt[1.6.2.2],
 369  link:RelNotes/1.6.2.1.txt[1.6.2.1],
 370  link:RelNotes/1.6.2.txt[1.6.2].
 371
 372* link:v1.6.1.3/git.html[documentation for release 1.6.1.3]
 373
 374* release notes for
 375  link:RelNotes/1.6.1.3.txt[1.6.1.3],
 376  link:RelNotes/1.6.1.2.txt[1.6.1.2],
 377  link:RelNotes/1.6.1.1.txt[1.6.1.1],
 378  link:RelNotes/1.6.1.txt[1.6.1].
 379
 380* link:v1.6.0.6/git.html[documentation for release 1.6.0.6]
 381
 382* release notes for
 383  link:RelNotes/1.6.0.6.txt[1.6.0.6],
 384  link:RelNotes/1.6.0.5.txt[1.6.0.5],
 385  link:RelNotes/1.6.0.4.txt[1.6.0.4],
 386  link:RelNotes/1.6.0.3.txt[1.6.0.3],
 387  link:RelNotes/1.6.0.2.txt[1.6.0.2],
 388  link:RelNotes/1.6.0.1.txt[1.6.0.1],
 389  link:RelNotes/1.6.0.txt[1.6.0].
 390
 391* link:v1.5.6.6/git.html[documentation for release 1.5.6.6]
 392
 393* release notes for
 394  link:RelNotes/1.5.6.6.txt[1.5.6.6],
 395  link:RelNotes/1.5.6.5.txt[1.5.6.5],
 396  link:RelNotes/1.5.6.4.txt[1.5.6.4],
 397  link:RelNotes/1.5.6.3.txt[1.5.6.3],
 398  link:RelNotes/1.5.6.2.txt[1.5.6.2],
 399  link:RelNotes/1.5.6.1.txt[1.5.6.1],
 400  link:RelNotes/1.5.6.txt[1.5.6].
 401
 402* link:v1.5.5.6/git.html[documentation for release 1.5.5.6]
 403
 404* release notes for
 405  link:RelNotes/1.5.5.6.txt[1.5.5.6],
 406  link:RelNotes/1.5.5.5.txt[1.5.5.5],
 407  link:RelNotes/1.5.5.4.txt[1.5.5.4],
 408  link:RelNotes/1.5.5.3.txt[1.5.5.3],
 409  link:RelNotes/1.5.5.2.txt[1.5.5.2],
 410  link:RelNotes/1.5.5.1.txt[1.5.5.1],
 411  link:RelNotes/1.5.5.txt[1.5.5].
 412
 413* link:v1.5.4.7/git.html[documentation for release 1.5.4.7]
 414
 415* release notes for
 416  link:RelNotes/1.5.4.7.txt[1.5.4.7],
 417  link:RelNotes/1.5.4.6.txt[1.5.4.6],
 418  link:RelNotes/1.5.4.5.txt[1.5.4.5],
 419  link:RelNotes/1.5.4.4.txt[1.5.4.4],
 420  link:RelNotes/1.5.4.3.txt[1.5.4.3],
 421  link:RelNotes/1.5.4.2.txt[1.5.4.2],
 422  link:RelNotes/1.5.4.1.txt[1.5.4.1],
 423  link:RelNotes/1.5.4.txt[1.5.4].
 424
 425* link:v1.5.3.8/git.html[documentation for release 1.5.3.8]
 426
 427* release notes for
 428  link:RelNotes/1.5.3.8.txt[1.5.3.8],
 429  link:RelNotes/1.5.3.7.txt[1.5.3.7],
 430  link:RelNotes/1.5.3.6.txt[1.5.3.6],
 431  link:RelNotes/1.5.3.5.txt[1.5.3.5],
 432  link:RelNotes/1.5.3.4.txt[1.5.3.4],
 433  link:RelNotes/1.5.3.3.txt[1.5.3.3],
 434  link:RelNotes/1.5.3.2.txt[1.5.3.2],
 435  link:RelNotes/1.5.3.1.txt[1.5.3.1],
 436  link:RelNotes/1.5.3.txt[1.5.3].
 437
 438* link:v1.5.2.5/git.html[documentation for release 1.5.2.5]
 439
 440* release notes for
 441  link:RelNotes/1.5.2.5.txt[1.5.2.5],
 442  link:RelNotes/1.5.2.4.txt[1.5.2.4],
 443  link:RelNotes/1.5.2.3.txt[1.5.2.3],
 444  link:RelNotes/1.5.2.2.txt[1.5.2.2],
 445  link:RelNotes/1.5.2.1.txt[1.5.2.1],
 446  link:RelNotes/1.5.2.txt[1.5.2].
 447
 448* link:v1.5.1.6/git.html[documentation for release 1.5.1.6]
 449
 450* release notes for
 451  link:RelNotes/1.5.1.6.txt[1.5.1.6],
 452  link:RelNotes/1.5.1.5.txt[1.5.1.5],
 453  link:RelNotes/1.5.1.4.txt[1.5.1.4],
 454  link:RelNotes/1.5.1.3.txt[1.5.1.3],
 455  link:RelNotes/1.5.1.2.txt[1.5.1.2],
 456  link:RelNotes/1.5.1.1.txt[1.5.1.1],
 457  link:RelNotes/1.5.1.txt[1.5.1].
 458
 459* link:v1.5.0.7/git.html[documentation for release 1.5.0.7]
 460
 461* release notes for
 462  link:RelNotes/1.5.0.7.txt[1.5.0.7],
 463  link:RelNotes/1.5.0.6.txt[1.5.0.6],
 464  link:RelNotes/1.5.0.5.txt[1.5.0.5],
 465  link:RelNotes/1.5.0.3.txt[1.5.0.3],
 466  link:RelNotes/1.5.0.2.txt[1.5.0.2],
 467  link:RelNotes/1.5.0.1.txt[1.5.0.1],
 468  link:RelNotes/1.5.0.txt[1.5.0].
 469
 470* documentation for release link:v1.4.4.4/git.html[1.4.4.4],
 471  link:v1.3.3/git.html[1.3.3],
 472  link:v1.2.6/git.html[1.2.6],
 473  link:v1.0.13/git.html[1.0.13].
 474
 475============
 476
 477endif::stalenotes[]
 478
 479OPTIONS
 480-------
 481--version::
 482        Prints the Git suite version that the 'git' program came from.
 483
 484--help::
 485        Prints the synopsis and a list of the most commonly used
 486        commands. If the option '--all' or '-a' is given then all
 487        available commands are printed. If a Git command is named this
 488        option will bring up the manual page for that command.
 489+
 490Other options are available to control how the manual page is
 491displayed. See linkgit:git-help[1] for more information,
 492because `git --help ...` is converted internally into `git
 493help ...`.
 494
 495-C <path>::
 496        Run as if git was started in '<path>' instead of the current working
 497        directory.  When multiple `-C` options are given, each subsequent
 498        non-absolute `-C <path>` is interpreted relative to the preceding `-C
 499        <path>`.
 500+
 501This option affects options that expect path name like `--git-dir` and
 502`--work-tree` in that their interpretations of the path names would be
 503made relative to the working directory caused by the `-C` option. For
 504example the following invocations are equivalent:
 505
 506    git --git-dir=a.git --work-tree=b -C c status
 507    git --git-dir=c/a.git --work-tree=c/b status
 508
 509-c <name>=<value>::
 510        Pass a configuration parameter to the command. The value
 511        given will override values from configuration files.
 512        The <name> is expected in the same format as listed by
 513        'git config' (subkeys separated by dots).
 514+
 515Note that omitting the `=` in `git -c foo.bar ...` is allowed and sets
 516`foo.bar` to the boolean true value (just like `[foo]bar` would in a
 517config file). Including the equals but with an empty value (like `git -c
 518foo.bar= ...`) sets `foo.bar` to the empty string.
 519
 520--exec-path[=<path>]::
 521        Path to wherever your core Git programs are installed.
 522        This can also be controlled by setting the GIT_EXEC_PATH
 523        environment variable. If no path is given, 'git' will print
 524        the current setting and then exit.
 525
 526--html-path::
 527        Print the path, without trailing slash, where Git's HTML
 528        documentation is installed and exit.
 529
 530--man-path::
 531        Print the manpath (see `man(1)`) for the man pages for
 532        this version of Git and exit.
 533
 534--info-path::
 535        Print the path where the Info files documenting this
 536        version of Git are installed and exit.
 537
 538-p::
 539--paginate::
 540        Pipe all output into 'less' (or if set, $PAGER) if standard
 541        output is a terminal.  This overrides the `pager.<cmd>`
 542        configuration options (see the "Configuration Mechanism" section
 543        below).
 544
 545--no-pager::
 546        Do not pipe Git output into a pager.
 547
 548--git-dir=<path>::
 549        Set the path to the repository. This can also be controlled by
 550        setting the GIT_DIR environment variable. It can be an absolute
 551        path or relative path to current working directory.
 552
 553--work-tree=<path>::
 554        Set the path to the working tree. It can be an absolute path
 555        or a path relative to the current working directory.
 556        This can also be controlled by setting the GIT_WORK_TREE
 557        environment variable and the core.worktree configuration
 558        variable (see core.worktree in linkgit:git-config[1] for a
 559        more detailed discussion).
 560
 561--namespace=<path>::
 562        Set the Git namespace.  See linkgit:gitnamespaces[7] for more
 563        details.  Equivalent to setting the `GIT_NAMESPACE` environment
 564        variable.
 565
 566--bare::
 567        Treat the repository as a bare repository.  If GIT_DIR
 568        environment is not set, it is set to the current working
 569        directory.
 570
 571--no-replace-objects::
 572        Do not use replacement refs to replace Git objects. See
 573        linkgit:git-replace[1] for more information.
 574
 575--literal-pathspecs::
 576        Treat pathspecs literally (i.e. no globbing, no pathspec magic).
 577        This is equivalent to setting the `GIT_LITERAL_PATHSPECS` environment
 578        variable to `1`.
 579
 580--glob-pathspecs::
 581        Add "glob" magic to all pathspec. This is equivalent to setting
 582        the `GIT_GLOB_PATHSPECS` environment variable to `1`. Disabling
 583        globbing on individual pathspecs can be done using pathspec
 584        magic ":(literal)"
 585
 586--noglob-pathspecs::
 587        Add "literal" magic to all pathspec. This is equivalent to setting
 588        the `GIT_NOGLOB_PATHSPECS` environment variable to `1`. Enabling
 589        globbing on individual pathspecs can be done using pathspec
 590        magic ":(glob)"
 591
 592--icase-pathspecs::
 593        Add "icase" magic to all pathspec. This is equivalent to setting
 594        the `GIT_ICASE_PATHSPECS` environment variable to `1`.
 595
 596GIT COMMANDS
 597------------
 598
 599We divide Git into high level ("porcelain") commands and low level
 600("plumbing") commands.
 601
 602High-level commands (porcelain)
 603-------------------------------
 604
 605We separate the porcelain commands into the main commands and some
 606ancillary user utilities.
 607
 608Main porcelain commands
 609~~~~~~~~~~~~~~~~~~~~~~~
 610
 611include::cmds-mainporcelain.txt[]
 612
 613Ancillary Commands
 614~~~~~~~~~~~~~~~~~~
 615Manipulators:
 616
 617include::cmds-ancillarymanipulators.txt[]
 618
 619Interrogators:
 620
 621include::cmds-ancillaryinterrogators.txt[]
 622
 623
 624Interacting with Others
 625~~~~~~~~~~~~~~~~~~~~~~~
 626
 627These commands are to interact with foreign SCM and with other
 628people via patch over e-mail.
 629
 630include::cmds-foreignscminterface.txt[]
 631
 632
 633Low-level commands (plumbing)
 634-----------------------------
 635
 636Although Git includes its
 637own porcelain layer, its low-level commands are sufficient to support
 638development of alternative porcelains.  Developers of such porcelains
 639might start by reading about linkgit:git-update-index[1] and
 640linkgit:git-read-tree[1].
 641
 642The interface (input, output, set of options and the semantics)
 643to these low-level commands are meant to be a lot more stable
 644than Porcelain level commands, because these commands are
 645primarily for scripted use.  The interface to Porcelain commands
 646on the other hand are subject to change in order to improve the
 647end user experience.
 648
 649The following description divides
 650the low-level commands into commands that manipulate objects (in
 651the repository, index, and working tree), commands that interrogate and
 652compare objects, and commands that move objects and references between
 653repositories.
 654
 655
 656Manipulation commands
 657~~~~~~~~~~~~~~~~~~~~~
 658
 659include::cmds-plumbingmanipulators.txt[]
 660
 661
 662Interrogation commands
 663~~~~~~~~~~~~~~~~~~~~~~
 664
 665include::cmds-plumbinginterrogators.txt[]
 666
 667In general, the interrogate commands do not touch the files in
 668the working tree.
 669
 670
 671Synching repositories
 672~~~~~~~~~~~~~~~~~~~~~
 673
 674include::cmds-synchingrepositories.txt[]
 675
 676The following are helper commands used by the above; end users
 677typically do not use them directly.
 678
 679include::cmds-synchelpers.txt[]
 680
 681
 682Internal helper commands
 683~~~~~~~~~~~~~~~~~~~~~~~~
 684
 685These are internal helper commands used by other commands; end
 686users typically do not use them directly.
 687
 688include::cmds-purehelpers.txt[]
 689
 690
 691Configuration Mechanism
 692-----------------------
 693
 694Git uses a simple text format to store customizations that are per
 695repository and are per user.  Such a configuration file may look
 696like this:
 697
 698------------
 699#
 700# A '#' or ';' character indicates a comment.
 701#
 702
 703; core variables
 704[core]
 705        ; Don't trust file modes
 706        filemode = false
 707
 708; user identity
 709[user]
 710        name = "Junio C Hamano"
 711        email = "gitster@pobox.com"
 712
 713------------
 714
 715Various commands read from the configuration file and adjust
 716their operation accordingly.  See linkgit:git-config[1] for a
 717list and more details about the configuration mechanism.
 718
 719
 720Identifier Terminology
 721----------------------
 722<object>::
 723        Indicates the object name for any type of object.
 724
 725<blob>::
 726        Indicates a blob object name.
 727
 728<tree>::
 729        Indicates a tree object name.
 730
 731<commit>::
 732        Indicates a commit object name.
 733
 734<tree-ish>::
 735        Indicates a tree, commit or tag object name.  A
 736        command that takes a <tree-ish> argument ultimately wants to
 737        operate on a <tree> object but automatically dereferences
 738        <commit> and <tag> objects that point at a <tree>.
 739
 740<commit-ish>::
 741        Indicates a commit or tag object name.  A
 742        command that takes a <commit-ish> argument ultimately wants to
 743        operate on a <commit> object but automatically dereferences
 744        <tag> objects that point at a <commit>.
 745
 746<type>::
 747        Indicates that an object type is required.
 748        Currently one of: `blob`, `tree`, `commit`, or `tag`.
 749
 750<file>::
 751        Indicates a filename - almost always relative to the
 752        root of the tree structure `GIT_INDEX_FILE` describes.
 753
 754Symbolic Identifiers
 755--------------------
 756Any Git command accepting any <object> can also use the following
 757symbolic notation:
 758
 759HEAD::
 760        indicates the head of the current branch.
 761
 762<tag>::
 763        a valid tag 'name'
 764        (i.e. a `refs/tags/<tag>` reference).
 765
 766<head>::
 767        a valid head 'name'
 768        (i.e. a `refs/heads/<head>` reference).
 769
 770For a more complete list of ways to spell object names, see
 771"SPECIFYING REVISIONS" section in linkgit:gitrevisions[7].
 772
 773
 774File/Directory Structure
 775------------------------
 776
 777Please see the linkgit:gitrepository-layout[5] document.
 778
 779Read linkgit:githooks[5] for more details about each hook.
 780
 781Higher level SCMs may provide and manage additional information in the
 782`$GIT_DIR`.
 783
 784
 785Terminology
 786-----------
 787Please see linkgit:gitglossary[7].
 788
 789
 790Environment Variables
 791---------------------
 792Various Git commands use the following environment variables:
 793
 794The Git Repository
 795~~~~~~~~~~~~~~~~~~
 796These environment variables apply to 'all' core Git commands. Nb: it
 797is worth noting that they may be used/overridden by SCMS sitting above
 798Git so take care if using a foreign front-end.
 799
 800'GIT_INDEX_FILE'::
 801        This environment allows the specification of an alternate
 802        index file. If not specified, the default of `$GIT_DIR/index`
 803        is used.
 804
 805'GIT_INDEX_VERSION'::
 806        This environment variable allows the specification of an index
 807        version for new repositories.  It won't affect existing index
 808        files.  By default index file version 2 or 3 is used. See
 809        linkgit:git-update-index[1] for more information.
 810
 811'GIT_OBJECT_DIRECTORY'::
 812        If the object storage directory is specified via this
 813        environment variable then the sha1 directories are created
 814        underneath - otherwise the default `$GIT_DIR/objects`
 815        directory is used.
 816
 817'GIT_ALTERNATE_OBJECT_DIRECTORIES'::
 818        Due to the immutable nature of Git objects, old objects can be
 819        archived into shared, read-only directories. This variable
 820        specifies a ":" separated (on Windows ";" separated) list
 821        of Git object directories which can be used to search for Git
 822        objects. New objects will not be written to these directories.
 823
 824'GIT_DIR'::
 825        If the 'GIT_DIR' environment variable is set then it
 826        specifies a path to use instead of the default `.git`
 827        for the base of the repository.
 828        The '--git-dir' command-line option also sets this value.
 829
 830'GIT_WORK_TREE'::
 831        Set the path to the root of the working tree.
 832        This can also be controlled by the '--work-tree' command-line
 833        option and the core.worktree configuration variable.
 834
 835'GIT_NAMESPACE'::
 836        Set the Git namespace; see linkgit:gitnamespaces[7] for details.
 837        The '--namespace' command-line option also sets this value.
 838
 839'GIT_CEILING_DIRECTORIES'::
 840        This should be a colon-separated list of absolute paths.  If
 841        set, it is a list of directories that Git should not chdir up
 842        into while looking for a repository directory (useful for
 843        excluding slow-loading network directories).  It will not
 844        exclude the current working directory or a GIT_DIR set on the
 845        command line or in the environment.  Normally, Git has to read
 846        the entries in this list and resolve any symlink that
 847        might be present in order to compare them with the current
 848        directory.  However, if even this access is slow, you
 849        can add an empty entry to the list to tell Git that the
 850        subsequent entries are not symlinks and needn't be resolved;
 851        e.g.,
 852        'GIT_CEILING_DIRECTORIES=/maybe/symlink::/very/slow/non/symlink'.
 853
 854'GIT_DISCOVERY_ACROSS_FILESYSTEM'::
 855        When run in a directory that does not have ".git" repository
 856        directory, Git tries to find such a directory in the parent
 857        directories to find the top of the working tree, but by default it
 858        does not cross filesystem boundaries.  This environment variable
 859        can be set to true to tell Git not to stop at filesystem
 860        boundaries.  Like 'GIT_CEILING_DIRECTORIES', this will not affect
 861        an explicit repository directory set via 'GIT_DIR' or on the
 862        command line.
 863
 864'GIT_COMMON_DIR'::
 865        If this variable is set to a path, non-worktree files that are
 866        normally in $GIT_DIR will be taken from this path
 867        instead. Worktree-specific files such as HEAD or index are
 868        taken from $GIT_DIR. See linkgit:gitrepository-layout[5] and
 869        linkgit:git-worktree[1] for
 870        details. This variable has lower precedence than other path
 871        variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY...
 872
 873Git Commits
 874~~~~~~~~~~~
 875'GIT_AUTHOR_NAME'::
 876'GIT_AUTHOR_EMAIL'::
 877'GIT_AUTHOR_DATE'::
 878'GIT_COMMITTER_NAME'::
 879'GIT_COMMITTER_EMAIL'::
 880'GIT_COMMITTER_DATE'::
 881'EMAIL'::
 882        see linkgit:git-commit-tree[1]
 883
 884Git Diffs
 885~~~~~~~~~
 886'GIT_DIFF_OPTS'::
 887        Only valid setting is "--unified=??" or "-u??" to set the
 888        number of context lines shown when a unified diff is created.
 889        This takes precedence over any "-U" or "--unified" option
 890        value passed on the Git diff command line.
 891
 892'GIT_EXTERNAL_DIFF'::
 893        When the environment variable 'GIT_EXTERNAL_DIFF' is set, the
 894        program named by it is called, instead of the diff invocation
 895        described above.  For a path that is added, removed, or modified,
 896        'GIT_EXTERNAL_DIFF' is called with 7 parameters:
 897
 898        path old-file old-hex old-mode new-file new-hex new-mode
 899+
 900where:
 901
 902        <old|new>-file:: are files GIT_EXTERNAL_DIFF can use to read the
 903                         contents of <old|new>,
 904        <old|new>-hex:: are the 40-hexdigit SHA-1 hashes,
 905        <old|new>-mode:: are the octal representation of the file modes.
 906+
 907The file parameters can point at the user's working file
 908(e.g. `new-file` in "git-diff-files"), `/dev/null` (e.g. `old-file`
 909when a new file is added), or a temporary file (e.g. `old-file` in the
 910index).  'GIT_EXTERNAL_DIFF' should not worry about unlinking the
 911temporary file --- it is removed when 'GIT_EXTERNAL_DIFF' exits.
 912+
 913For a path that is unmerged, 'GIT_EXTERNAL_DIFF' is called with 1
 914parameter, <path>.
 915+
 916For each path 'GIT_EXTERNAL_DIFF' is called, two environment variables,
 917'GIT_DIFF_PATH_COUNTER' and 'GIT_DIFF_PATH_TOTAL' are set.
 918
 919'GIT_DIFF_PATH_COUNTER'::
 920        A 1-based counter incremented by one for every path.
 921
 922'GIT_DIFF_PATH_TOTAL'::
 923        The total number of paths.
 924
 925other
 926~~~~~
 927'GIT_MERGE_VERBOSITY'::
 928        A number controlling the amount of output shown by
 929        the recursive merge strategy.  Overrides merge.verbosity.
 930        See linkgit:git-merge[1]
 931
 932'GIT_PAGER'::
 933        This environment variable overrides `$PAGER`. If it is set
 934        to an empty string or to the value "cat", Git will not launch
 935        a pager.  See also the `core.pager` option in
 936        linkgit:git-config[1].
 937
 938'GIT_EDITOR'::
 939        This environment variable overrides `$EDITOR` and `$VISUAL`.
 940        It is used by several Git commands when, on interactive mode,
 941        an editor is to be launched. See also linkgit:git-var[1]
 942        and the `core.editor` option in linkgit:git-config[1].
 943
 944'GIT_SSH'::
 945'GIT_SSH_COMMAND'::
 946        If either of these environment variables is set then 'git fetch'
 947        and 'git push' will use the specified command instead of 'ssh'
 948        when they need to connect to a remote system.
 949        The command will be given exactly two or four arguments: the
 950        'username@host' (or just 'host') from the URL and the shell
 951        command to execute on that remote system, optionally preceded by
 952        '-p' (literally) and the 'port' from the URL when it specifies
 953        something other than the default SSH port.
 954+
 955`$GIT_SSH_COMMAND` takes precedence over `$GIT_SSH`, and is interpreted
 956by the shell, which allows additional arguments to be included.
 957`$GIT_SSH` on the other hand must be just the path to a program
 958(which can be a wrapper shell script, if additional arguments are
 959needed).
 960+
 961Usually it is easier to configure any desired options through your
 962personal `.ssh/config` file.  Please consult your ssh documentation
 963for further details.
 964
 965'GIT_ASKPASS'::
 966        If this environment variable is set, then Git commands which need to
 967        acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)
 968        will call this program with a suitable prompt as command-line argument
 969        and read the password from its STDOUT. See also the 'core.askPass'
 970        option in linkgit:git-config[1].
 971
 972'GIT_TERMINAL_PROMPT'::
 973        If this environment variable is set to `0`, git will not prompt
 974        on the terminal (e.g., when asking for HTTP authentication).
 975
 976'GIT_CONFIG_NOSYSTEM'::
 977        Whether to skip reading settings from the system-wide
 978        `$(prefix)/etc/gitconfig` file.  This environment variable can
 979        be used along with `$HOME` and `$XDG_CONFIG_HOME` to create a
 980        predictable environment for a picky script, or you can set it
 981        temporarily to avoid using a buggy `/etc/gitconfig` file while
 982        waiting for someone with sufficient permissions to fix it.
 983
 984'GIT_FLUSH'::
 985        If this environment variable is set to "1", then commands such
 986        as 'git blame' (in incremental mode), 'git rev-list', 'git log',
 987        'git check-attr' and 'git check-ignore' will
 988        force a flush of the output stream after each record have been
 989        flushed. If this
 990        variable is set to "0", the output of these commands will be done
 991        using completely buffered I/O.   If this environment variable is
 992        not set, Git will choose buffered or record-oriented flushing
 993        based on whether stdout appears to be redirected to a file or not.
 994
 995'GIT_TRACE'::
 996        Enables general trace messages, e.g. alias expansion, built-in
 997        command execution and external command execution.
 998+
 999If this variable is set to "1", "2" or "true" (comparison
1000is case insensitive), trace messages will be printed to
1001stderr.
1002+
1003If the variable is set to an integer value greater than 2
1004and lower than 10 (strictly) then Git will interpret this
1005value as an open file descriptor and will try to write the
1006trace messages into this file descriptor.
1007+
1008Alternatively, if the variable is set to an absolute path
1009(starting with a '/' character), Git will interpret this
1010as a file path and will try to write the trace messages
1011into it.
1012+
1013Unsetting the variable, or setting it to empty, "0" or
1014"false" (case insensitive) disables trace messages.
1015
1016'GIT_TRACE_PACK_ACCESS'::
1017        Enables trace messages for all accesses to any packs. For each
1018        access, the pack file name and an offset in the pack is
1019        recorded. This may be helpful for troubleshooting some
1020        pack-related performance problems.
1021        See 'GIT_TRACE' for available trace output options.
1022
1023'GIT_TRACE_PACKET'::
1024        Enables trace messages for all packets coming in or out of a
1025        given program. This can help with debugging object negotiation
1026        or other protocol issues. Tracing is turned off at a packet
1027        starting with "PACK" (but see 'GIT_TRACE_PACKFILE' below).
1028        See 'GIT_TRACE' for available trace output options.
1029
1030'GIT_TRACE_PACKFILE'::
1031        Enables tracing of packfiles sent or received by a
1032        given program. Unlike other trace output, this trace is
1033        verbatim: no headers, and no quoting of binary data. You almost
1034        certainly want to direct into a file (e.g.,
1035        `GIT_TRACE_PACKFILE=/tmp/my.pack`) rather than displaying it on
1036        the terminal or mixing it with other trace output.
1037+
1038Note that this is currently only implemented for the client side
1039of clones and fetches.
1040
1041'GIT_TRACE_PERFORMANCE'::
1042        Enables performance related trace messages, e.g. total execution
1043        time of each Git command.
1044        See 'GIT_TRACE' for available trace output options.
1045
1046'GIT_TRACE_SETUP'::
1047        Enables trace messages printing the .git, working tree and current
1048        working directory after Git has completed its setup phase.
1049        See 'GIT_TRACE' for available trace output options.
1050
1051'GIT_TRACE_SHALLOW'::
1052        Enables trace messages that can help debugging fetching /
1053        cloning of shallow repositories.
1054        See 'GIT_TRACE' for available trace output options.
1055
1056GIT_LITERAL_PATHSPECS::
1057        Setting this variable to `1` will cause Git to treat all
1058        pathspecs literally, rather than as glob patterns. For example,
1059        running `GIT_LITERAL_PATHSPECS=1 git log -- '*.c'` will search
1060        for commits that touch the path `*.c`, not any paths that the
1061        glob `*.c` matches. You might want this if you are feeding
1062        literal paths to Git (e.g., paths previously given to you by
1063        `git ls-tree`, `--raw` diff output, etc).
1064
1065GIT_GLOB_PATHSPECS::
1066        Setting this variable to `1` will cause Git to treat all
1067        pathspecs as glob patterns (aka "glob" magic).
1068
1069GIT_NOGLOB_PATHSPECS::
1070        Setting this variable to `1` will cause Git to treat all
1071        pathspecs as literal (aka "literal" magic).
1072
1073GIT_ICASE_PATHSPECS::
1074        Setting this variable to `1` will cause Git to treat all
1075        pathspecs as case-insensitive.
1076
1077'GIT_REFLOG_ACTION'::
1078        When a ref is updated, reflog entries are created to keep
1079        track of the reason why the ref was updated (which is
1080        typically the name of the high-level command that updated
1081        the ref), in addition to the old and new values of the ref.
1082        A scripted Porcelain command can use set_reflog_action
1083        helper function in `git-sh-setup` to set its name to this
1084        variable when it is invoked as the top level command by the
1085        end user, to be recorded in the body of the reflog.
1086
1087`GIT_REF_PARANOIA`::
1088        If set to `1`, include broken or badly named refs when iterating
1089        over lists of refs. In a normal, non-corrupted repository, this
1090        does nothing. However, enabling it may help git to detect and
1091        abort some operations in the presence of broken refs. Git sets
1092        this variable automatically when performing destructive
1093        operations like linkgit:git-prune[1]. You should not need to set
1094        it yourself unless you want to be paranoid about making sure
1095        an operation has touched every ref (e.g., because you are
1096        cloning a repository to make a backup).
1097
1098`GIT_ALLOW_PROTOCOL`::
1099        If set, provide a colon-separated list of protocols which are
1100        allowed to be used with fetch/push/clone. This is useful to
1101        restrict recursive submodule initialization from an untrusted
1102        repository. Any protocol not mentioned will be disallowed (i.e.,
1103        this is a whitelist, not a blacklist). If the variable is not
1104        set at all, all protocols are enabled.  The protocol names
1105        currently used by git are:
1106
1107          - `file`: any local file-based path (including `file://` URLs,
1108            or local paths)
1109
1110          - `git`: the anonymous git protocol over a direct TCP
1111            connection (or proxy, if configured)
1112
1113          - `ssh`: git over ssh (including `host:path` syntax,
1114            `git+ssh://`, etc).
1115
1116          - `rsync`: git over rsync
1117
1118          - `http`: git over http, both "smart http" and "dumb http".
1119            Note that this does _not_ include `https`; if you want both,
1120            you should specify both as `http:https`.
1121
1122          - any external helpers are named by their protocol (e.g., use
1123            `hg` to allow the `git-remote-hg` helper)
1124
1125
1126Discussion[[Discussion]]
1127------------------------
1128
1129More detail on the following is available from the
1130link:user-manual.html#git-concepts[Git concepts chapter of the
1131user-manual] and linkgit:gitcore-tutorial[7].
1132
1133A Git project normally consists of a working directory with a ".git"
1134subdirectory at the top level.  The .git directory contains, among other
1135things, a compressed object database representing the complete history
1136of the project, an "index" file which links that history to the current
1137contents of the working tree, and named pointers into that history such
1138as tags and branch heads.
1139
1140The object database contains objects of three main types: blobs, which
1141hold file data; trees, which point to blobs and other trees to build up
1142directory hierarchies; and commits, which each reference a single tree
1143and some number of parent commits.
1144
1145The commit, equivalent to what other systems call a "changeset" or
1146"version", represents a step in the project's history, and each parent
1147represents an immediately preceding step.  Commits with more than one
1148parent represent merges of independent lines of development.
1149
1150All objects are named by the SHA-1 hash of their contents, normally
1151written as a string of 40 hex digits.  Such names are globally unique.
1152The entire history leading up to a commit can be vouched for by signing
1153just that commit.  A fourth object type, the tag, is provided for this
1154purpose.
1155
1156When first created, objects are stored in individual files, but for
1157efficiency may later be compressed together into "pack files".
1158
1159Named pointers called refs mark interesting points in history.  A ref
1160may contain the SHA-1 name of an object or the name of another ref.  Refs
1161with names beginning `ref/head/` contain the SHA-1 name of the most
1162recent commit (or "head") of a branch under development.  SHA-1 names of
1163tags of interest are stored under `ref/tags/`.  A special ref named
1164`HEAD` contains the name of the currently checked-out branch.
1165
1166The index file is initialized with a list of all paths and, for each
1167path, a blob object and a set of attributes.  The blob object represents
1168the contents of the file as of the head of the current branch.  The
1169attributes (last modified time, size, etc.) are taken from the
1170corresponding file in the working tree.  Subsequent changes to the
1171working tree can be found by comparing these attributes.  The index may
1172be updated with new content, and new commits may be created from the
1173content stored in the index.
1174
1175The index is also capable of storing multiple entries (called "stages")
1176for a given pathname.  These stages are used to hold the various
1177unmerged version of a file when a merge is in progress.
1178
1179FURTHER DOCUMENTATION
1180---------------------
1181
1182See the references in the "description" section to get started
1183using Git.  The following is probably more detail than necessary
1184for a first-time user.
1185
1186The link:user-manual.html#git-concepts[Git concepts chapter of the
1187user-manual] and linkgit:gitcore-tutorial[7] both provide
1188introductions to the underlying Git architecture.
1189
1190See linkgit:gitworkflows[7] for an overview of recommended workflows.
1191
1192See also the link:howto-index.html[howto] documents for some useful
1193examples.
1194
1195The internals are documented in the
1196link:technical/api-index.html[Git API documentation].
1197
1198Users migrating from CVS may also want to
1199read linkgit:gitcvs-migration[7].
1200
1201
1202Authors
1203-------
1204Git was started by Linus Torvalds, and is currently maintained by Junio
1205C Hamano. Numerous contributions have come from the Git mailing list
1206<git@vger.kernel.org>.  http://www.openhub.net/p/git/contributors/summary
1207gives you a more complete list of contributors.
1208
1209If you have a clone of git.git itself, the
1210output of linkgit:git-shortlog[1] and linkgit:git-blame[1] can show you
1211the authors for specific parts of the project.
1212
1213Reporting Bugs
1214--------------
1215
1216Report bugs to the Git mailing list <git@vger.kernel.org> where the
1217development and maintenance is primarily done.  You do not have to be
1218subscribed to the list to send a message there.
1219
1220SEE ALSO
1221--------
1222linkgit:gittutorial[7], linkgit:gittutorial-2[7],
1223linkgit:giteveryday[7], linkgit:gitcvs-migration[7],
1224linkgit:gitglossary[7], linkgit:gitcore-tutorial[7],
1225linkgit:gitcli[7], link:user-manual.html[The Git User's Manual],
1226linkgit:gitworkflows[7]
1227
1228GIT
1229---
1230Part of the linkgit:git[1] suite