Getting started with git

Sometimes, git usage might be a little bit overwhelming for those that are just starting to learn programming.

It's not a bit deal to use git, but I remember that even for me wasn't so easy. We're so comfortable with Visual Studio that the first thing that comes in mind is to install a little extension and to use git from there.

It would surely work, but once we try the command line, we're not going to use git in visual studio.

After watching this video you'll be able to:
- create a new repository
- add code
- commit changes in your repository
-update existing code

Here's a little intro that might prove useful.

Enjoy!