From d2f6e1d6241fa07ea483e1ce45472da6bfd0e891 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Tue, 23 Apr 2024 09:42:46 -0500 Subject: [PATCH] Rewrite a sentence --- theme1/PE103/vcs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme1/PE103/vcs.md b/theme1/PE103/vcs.md index b96cba3..8706538 100644 --- a/theme1/PE103/vcs.md +++ b/theme1/PE103/vcs.md @@ -46,9 +46,9 @@ This scheme is basically a messy reinvention of a version control system. That might work in the simple cases, but it will soon break down as you do more work on your project. -Instead, what you want to do is learn to use a version control system -properly. You want to avoid the cognitive overload of dealing with -messy schemes based on filenames. +You want to avoid the cognitive overload of dealing with messy schemes +based on file names. You want to do is learn to use a version control +system properly. ## Version control in practice: Git