X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=glossary.html;h=00f2633a1f86e0ec6318a57941d40459b767aa5e;hb=bfe9e75ebe8d3a83be46406130c76d54f8b14289;hp=13952f5646cf8953c1f819b94c694fc616a4e63b;hpb=235a91e6b0d1d18a2517cf7e0a18278a6912bdb0;p=git.git diff --git a/glossary.html b/glossary.html index 13952f56..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
@@ -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>.