Git Video Tutorials

New Videos! Learn how to use Git

Saturday, March 28th, 2009

Hello everyone!

So this afternoon I was bored. Then I thought I would be somewhat productive and make some videos. I didn’t have anything prepared for making programming ones. However, I had a couple of people ask me about Git and why I thought it was so freaking great. So, today I offer you 3 new videos, giving a basic overview of the Git Source Code Management System. Here are the videos so far:

(more…)

Git Tutorial 03 – Pushing & Pulling

Saturday, March 28th, 2009

In the last video, we just looked at adding files and commiting changes. This is great, but remember that in Git, commits are local. In this video we look at how we can set up remote repositories that we can push data to, either to use as backups, or for sharing with others. (more…)

Git Tutorial 02 – The basics

Saturday, March 28th, 2009

This video hits up the terminal and starts using git. We start by creating a git repository, which is super easy with Git. Then, we look at adding files to the repository, and commiting changes. (more…)

Git Tutorial 01 – What is Git

Saturday, March 28th, 2009

In this video I give a brief introduction to the Git Version Control System. (more…)