X-Git-Url: http://git.tremily.us/?p=swc-version-control-svn.git;a=blobdiff_plain;f=version-control%2FREADME.md;fp=version-control%2FREADME.md;h=6d488f98a53aab3a4de70a37a05f5902d83d8c21;hp=4380bdb45073e8c7b3f434c2c15a0938bbce8bff;hb=ca811b7addcea572849b180ae6cb2d5fef5ecdea;hpb=0230d340d3526c406fdc2affc2f02fe4d8cfc9e2 diff --git a/version-control/README.md b/version-control/README.md index 4380bdb..6d488f9 100644 --- a/version-control/README.md +++ b/version-control/README.md @@ -1,3 +1,12 @@ +Version control is a way to keep a track of changing files and store a +history of those changes and the motivation behind them. This +organized history allows many people in a collaboration to make +changes concurrently, while staying up to date with changes made by +their collaborators. It also makes it easy to keep yourself organized +if you store similar files in several different locations (e.g. a +project that you develop on both your home computer and your work +computer). + Basic use =========