This is a starting point to talk about git and github
-
Windows - Note that when you install, I recommend you choose Run Git From Windows Command Prompt rather than Use Git Bash only. (Image)
To save time in class make a github account before you come to class to particpate in the in-class git activity.
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