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