Skip to content

Commit 0de62e5

Browse files
author
Junio C Hamano
committed
GIT 1.0.9
2 parents 8fc11b5 + d5a6aaf commit 0de62e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/glossary.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,17 @@ branch::
111111
a particular revision, which is called the branch head. The
112112
branch heads are stored in `$GIT_DIR/refs/heads/`.
113113

114+
master::
115+
The default branch. Whenever you create a git repository, a branch
116+
named "master" is created, and becomes the active branch. In most
117+
cases, this contains the local development.
118+
119+
origin::
120+
The default upstream branch. Most projects have one upstream
121+
project which they track, and by default 'origin' is used for
122+
that purpose. New updates from upstream will be fetched into
123+
this branch; you should never commit to it yourself.
124+
114125
ref::
115126
A 40-byte hex representation of a SHA1 pointing to a particular
116127
object. These may be stored in `$GIT_DIR/refs/`.

0 commit comments

Comments
 (0)