git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
*  About Documentation Reference Book Videos External Links Downloads Community English ▾Topics ▾ Version 2.35.1 ▾ gitglossary last updated in 2.35.1 NAME gitglossary - A Git Glossary  SYNOPSIS *  DESCRIPTION alternate object database Via the alternates mechanism, a repository can inherit part of its object database from another object database, which is called an "alternate".  bare repository A bare repository is normally an appropriately named directory with a .git suffix that does not have a locally checked-out copy of any of the files under revision control. That is, all of the Git administrative and control files that would normally be present in the hidden .git sub-directory are directly present in the repository.git directory instead, and no other files are present and checked out. Usually publishers of public repositories make bare repositories available.  blob object Untyped object, e.g. the contents of a file.  branch A "branch" is a line of development. The most recent commit 
@ 2022-03-28 19:14 Tom Ritzow
  0 siblings, 0 replies; only message in thread
From: Tom Ritzow @ 2022-03-28 19:14 UTC (permalink / raw)
  To: git



Von meinem iPhone gesendet


Von meinem iPhone gesendet

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-28 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 19:14 About Documentation Reference Book Videos External Links Downloads Community English ▾Topics ▾ Version 2.35.1 ▾ gitglossary last updated in 2.35.1 NAME gitglossary - A Git Glossary SYNOPSIS * DESCRIPTION alternate object database Via the alternates mechanism, a repository can inherit part of its object database from another object database, which is called an "alternate". bare repository A bare repository is normally an appropriately named directory with a .git suffix that does not have a locally checked-out copy of any of the files under revision control. That is, all of the Git administrative and control files that would normally be present in the hidden .git sub-directory are directly present in the repository.git directory instead, and no other files are present and checked out. Usually publishers of public repositories make bare repositories available. blob object Untyped object, e.g. the contents of a file. branch A "branch" is a line of development. The most recent commit Tom Ritzow

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).