From 1b76a2ba431756efdfc4600159f9d825843824e5 Mon Sep 17 00:00:00 2001 From: Kenneth John Odle Date: Sat, 31 Jul 2021 18:41:42 +0000 Subject: [PATCH] typofix --- Git Basics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Git Basics.md b/Git Basics.md index e9ddd40..405861a 100644 --- a/Git Basics.md +++ b/Git Basics.md @@ -1,2 +1,3 @@ Git is version control software. It can keep track of changes, allow you to commit changes and then come back to them, and to create experimental branches which you can either ignore, delete, or incorporate into your work. If you use a publicly available repository, others can fork your project, make their own changes, and then send you a pull request. If you like their changes, you can pull them into the project. + Pretty cool stuff. \ No newline at end of file