diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-15 02:11:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-15 02:11:12 +0200 |
commit | 07894cf63bcaaee963f8c72369095a5f2e42096a (patch) | |
tree | f2b1ae9f08fe0240e796d95c3a311439c3d8287f /using-git.texinfo | |
parent | m (diff) | |
download | using-git-07894cf63bcaaee963f8c72369095a5f2e42096a.tar.gz using-git-07894cf63bcaaee963f8c72369095a5f2e42096a.tar.bz2 using-git-07894cf63bcaaee963f8c72369095a5f2e42096a.tar.xz |
rewrap
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 2d979f8..91789c8 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -181,24 +181,29 @@ updates others have made, use the command @node What is Git? @section What is Git? -Git is a version control system know for its lightning speed -and being distributed. A version control system is a system -for storing changes in a history tree and allow for multiple -people to work on the same project without the risk of the -code being too new to accept a submitted patch. - -When you are working it is important to keep track of changes -so that you can find when edit step broke the system. But -version control also lets you create branches, these are -different versions of the same project being developed -concurrently which lets your team implement features in -parallel and merge them in into the mainline when stable. - -And other important feature of version control that can -be used to tag releases of the code. If you have release -a program and is sent a bug report you may want to test -it one both the current version and the version the user -used. +Git is a version control system know for +its lightning speed and being distributed. +A version control system is a system for +storing changes in a history tree and allow +for multiple people to work on the same +project without the risk of the code being +too new to accept a submitted patch. + +When you are working it is important to keep +track of changes so that you can find when +edit step broke the system. But version +control also lets you create branches, these +are different versions of the same project +being developed concurrently which lets your +team implement features in parallel and +merge them in into the mainline when stable. + +And other important feature of version +control that can be used to tag releases +of the code. If you have release a program +and is sent a bug report you may want to +test it one both the current version and +the version the user used. |