X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=glossary.html;h=00f2633a1f86e0ec6318a57941d40459b767aa5e;hb=38064d53dc73697ccaf6b40a499ac535621354c7;hp=b3b298891b359c5c9e5a514607d1bed3ff5b4e63;hpb=1a4e841b439ba014b365999c3a6b9e2be3740bd8;p=git.git diff --git a/glossary.html b/glossary.html index b3b29889..00f2633a 100644 --- a/glossary.html +++ b/glossary.html @@ -503,6 +503,18 @@ div.exampleblock-content {

+master +
+
+

+ The default branch. Whenever you create a git + repository, a branch named + "master" is created, and becomes the active + branch. In most cases, this contains the local + development. +

+
+
merge
@@ -529,7 +541,7 @@ div.exampleblock-content {

- Stores a set of "objects", and an individial object is + Stores a set of "objects", and an individual object is identified by its object name. The objects usually live in $GIT_DIR/objects/.

@@ -564,6 +576,18 @@ div.exampleblock-content {

+origin +
+
+

+ The default upstream branch. Most projects have one + upstream project which they track, and by default + origin is used for that purpose. New updates from + upstream will be fetched into this branch; you should + never commit to it yourself. +

+
+
pack
@@ -653,9 +677,9 @@ div.exampleblock-content {

To clean a branch by starting from the - head of the main line of development ("master"), and - reapply the (possibly cherry-picked) changes from that - branch. + head of the main line of development + ("master"), and reapply the (possibly cherry-picked) + changes from that branch.

@@ -800,7 +824,7 @@ the git-list <git@vger.kernel.org>.