Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67a3c09b
Commit
67a3c09b
authored
Jun 02, 2013
by
Xue Fuqiao
Browse files
* maintaining.texi (Branches): Add motivations for branching.
parent
fe054b63
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/maintaining.texi
doc/emacs/maintaining.texi
+10
-4
No files found.
doc/emacs/ChangeLog
View file @
67a3c09b
2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
* maintaining.texi (Branches): Add motivations for branching.
2013-06-01 Glenn Morris <rgm@gnu.org>
* programs.texi (Semantic): Fix typo.
...
...
doc/emacs/maintaining.texi
View file @
67a3c09b
...
...
@@ -1266,10 +1266,16 @@ bring them back at a later time).
@cindex branch (version control)
One use of version control is to support multiple independent lines
of development, which are called @dfn{branches}. Branches are used
for maintaining separate ``stable'' and ``development'' versions of a
program, and for developing unrelated features in isolation from one
another.
of development, which are called @dfn{branches}. Branches allow for
parts of software to be developed in parallel. Large projects require
many roles to be filled, including developers, build managers, and
quality assurance personnel. Further, multiple releases on different
operating system platforms may have to be maintained. Branches allow
contributors to isolate changes without destabilizing the codebase,
for example, fixes for bugs, new features, and versions
integration. These changes may be later merged (resynchronized) after
testing.
VC'
s
support
for
branch
operations
is
currently
fairly
limited
.
For
decentralized
version
control
systems
,
it
provides
commands
for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment