Git Video Tutorial

Git is a distributed revision control and source code management system with an emphasis on speed. Linus Torvalds designed and developed it initially for the development of linux kerner.

Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Git is free software distributed under the terms of the GNU General Public License version 2.



Learning material from "Github"

The YouTube playlist of Git Learning Series is given below




Learning material from "PeepCode"

You can get an excellent video tutorial series in PeepCode here. But it's not free of charge.

By the way, you can look at this link.