From 1f4117200a4d42cf0e2255e1aa1e6b0e5470d6c1 Mon Sep 17 00:00:00 2001 From: Tom Theile Date: Tue, 12 Nov 2019 10:43:09 +0100 Subject: [PATCH] using git.. --- README.md | 2 +- usingGit.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03ebd7d..557908f 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ This is work in progress, expect changes in the next weeks and months. I am happ * [Writing good readme-files](writingGoodReadmes.md) - * Start [using Git and Github](startWithGit.md) + * Start [using Git and Github](usingGit.md) diff --git a/usingGit.md b/usingGit.md index 3bfc4e2..e94411a 100644 --- a/usingGit.md +++ b/usingGit.md @@ -1,9 +1,7 @@ -# Git and code review guidelines - +# Start using Git Git is a distributed version control system. -It allows you to view and restore old versions of your files and manage the collaborative work on text files. - +It allows you to view and restore old versions of your files and manage the collaborative work on files. This can be of tremendous value if you work in a team on the same set of files. ## How to use Git