diff --git a/Appendix-A/Appendix-A.md b/Appendix-A/Appendix-A.md index cb16ac19..0951e22f 100644 --- a/Appendix-A/Appendix-A.md +++ b/Appendix-A/Appendix-A.md @@ -1,4 +1,6 @@ # Appendix A - Standards and Licenses + +![*Git commit messages--after developing this book I understand this completely*](images/Chapter-Header/Appendix-A/standards.png "Git Commit") ![*"ISO 8601 was published on 06/05/88 and most recently amended on 12/01/04."*](images/Chapter-Header/Appendix-A/iso_8601-2.png "Standard Formats") ## POSIX Standard diff --git a/Appendix-E/Appendix-E.md b/Appendix-E/Appendix-E.md new file mode 100644 index 00000000..801bc5cd --- /dev/null +++ b/Appendix-E/Appendix-E.md @@ -0,0 +1,19 @@ +# Appendix E - Git Tutorial + +![*Those were the good old days*](images\Chapter-Header\Appendix-E\old_days_2.png "Cartoon explaining the good old days") + +This is a tutorial for installing Git and Git-It tutorial on Windows 10 and macOS. + +## Installing Git + +[Git](https://git-scm.org "Gits site") is a piece of software that allows for distributed version control. Version control is an idea that started with giving a central repository for controlling access to source control. Version control is a way that all source code for a project can be stored in a central place. With the rise of the internet, the concept of DVCS--distributed version control software, implemented the bring-over, merge, and modify model. Currently the industry standard VCS software is Git. Git should not be confused with GitHub. Git is the opensource version control software and GitHub is a commercial implementation of the Git software. + +Git can be installed on any operating system via an installer. But I recommend to install it via a third party package manger. + +### Windows 10 - Chocolatey + +[Chocolatey Windows 10 package manager](https://chocolatey.org "chocolatey package manager install page") + +### macOS - Home Brew + +[macOS - Home Brew](https://brew.sh/ "macOS homebrew webpage") \ No newline at end of file diff --git a/images/Appendix-E/dependency.png b/images/Appendix-E/dependency.png new file mode 100644 index 00000000..e07722da Binary files /dev/null and b/images/Appendix-E/dependency.png differ diff --git a/images/Chapter-Header/Appendix-A/standards.png b/images/Chapter-Header/Appendix-A/standards.png new file mode 100644 index 00000000..5d383037 Binary files /dev/null and b/images/Chapter-Header/Appendix-A/standards.png differ diff --git a/images/Chapter-Header/Appendix-E/old_days_2.png b/images/Chapter-Header/Appendix-E/old_days_2.png new file mode 100644 index 00000000..22dde3a1 Binary files /dev/null and b/images/Chapter-Header/Appendix-E/old_days_2.png differ