001 Configuring Git
002 Initialising a Git repository git init
003 Initialising a Git repository (terminal video)
004 Adding files to the staging area git add
005 Adding files to the staging area (terminal video)
006 Committing files to the local repository git commit
007 Committing files to the local repository (terminal video)
008 Writing appropriate commit messages this is VITAL if working in teams!
009 Adding a remote to your repository
010 Pushing and pulling to and from the remote repository
011 Pushing and pulling (terminal video)