From the course: Source Code Control in .NET with Git Using SourceTree

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Summary

Summary

- [Narrator] In this brief course we've covered a lot of ground, and I hope that I've convinced you that Git is not nearly as difficult or frightening as you may have thought when we began. So what did we cover? We covered what source control is. We talked about what Git is, and then we looked at SourceTree. We discussed in some detail why learning with an IDE is better than learning from the command line, and I would argue personally that it's not only better for learning, it's better for working with Git overall. We talked about creating a local repository, and we also talked about creating a remote repository. We created our remote repository on Bitbucket, but there are lots of alternatives, one of the most popular being GitHub. We discussed the basic flow of staging your files and committing them and, if necessary, reversing those commits. We also talked about pushing to the server and pulling down from the server. As part of the basic flow, we talked about branching in order to…

Contents