Initial creation

This commit is contained in:
Kenneth John Odle 2021-07-31 18:40:44 +00:00
parent ac6fa94619
commit 31e2231718

2
Git Basics Normal file
View File

@ -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.