Skip to content

Commit

Permalink
updated appendix E tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jhajek committed Aug 20, 2020
1 parent 6d7e492 commit 178f94c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
19 changes: 19 additions & 0 deletions 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")
Binary file added images/Appendix-E/dependency.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Chapter-Header/Appendix-A/standards.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Chapter-Header/Appendix-E/old_days_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 178f94c

Please sign in to comment.