File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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+
114125ref::
115126 A 40-byte hex representation of a SHA1 pointing to a particular
116127 object. These may be stored in `$GIT_DIR/refs/`.
You can’t perform that action at this time.
0 commit comments