Second Presentation repository for Git and GitHub
Presenter: Brian Hankins (https://github.com/brianhankins)
Requirements:
- Have Git Installed.
- Download Git (free): https://git-scm.com/downloads
- Have a GitHub Profile.
- You can create one for free here: https://github.com/
- Git Setup:
$ git config --global user.name "[name]"
$ git config --global user.email "[email address]"
View Instructor Notes Here