From 31e2231718b41c7a084848d6846c42a66c2f8165 Mon Sep 17 00:00:00 2001 From: Kenneth John Odle Date: Sat, 31 Jul 2021 18:40:44 +0000 Subject: [PATCH] Initial creation --- Git Basics | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Git Basics diff --git a/Git Basics b/Git Basics new file mode 100644 index 0000000..e9ddd40 --- /dev/null +++ b/Git Basics @@ -0,0 +1,2 @@ +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