/git-lecture

This is the core material for my GIT Lecture for www.php-intro.com

Github

This is a starting point to talk about git and github

Install git

  • Macintosh

  • Windows - Note that when you install, I recommend you choose Run Git From Windows Command Prompt rather than Use Git Bash only. (Image)

Make a github Account

To save time in class make a github account before you come to class to particpate in the in-class git activity.

Configure Global Git Settings

Go into your command line (terminal for Mac and 'cmd' for Windows) and type these commands

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

Here are some resources

Simple Cheat Sheet

Video: What Is Version Control

Video: What is GIT?

GIT Workflows