Okay, let's roll up our sleeves and do a little Source Code Control with Git.…Git is a distributed Source Code Control system.…That means that you host the entire repository on your development box and other people host…the same complete repository on their development boxes, and you can exchange files back and forth.…It also means that you can use things like GitHub, which is a cloud-based service to…host repositories in the cloud in order to save your work off of your development system,…if you're working by yourself. Git is free. You can get the bits from git-scm.com.…
And you can use GitHub if your product is open-source to have free-hosting.…If your project is not open-source, you can have private repositories on GitHub for a…very reasonable price. That's what I use on a regular basis, also at github.com.…And they also have their own custom GUI application for both Windows and Mac that allow you to…easily manage your local repositories and syncing to your repositories on GitHub and…keeping the two of them connected together. All right.…
Author
Released
11/7/2012- Comparing centralized vs. distributed systems
- Saving changes and tracking history
- Using revert or rollback
- Working with the GUI tools
- Using IDE and shell integration
- Installing different systems
- Creating a repository
- Tagging code
- Branching and merging code
- Selecting a software version control system that's right for you
Skill Level Beginner
Duration
Views
-
Introduction
-
Welcome53s
-
-
1. Overview of Software Version Control
-
Demo one: Getting started11m 1s
-
2. Background of Software Version Control
-
Terminology4m 27s
-
3. Version Control Concepts
-
Reverting to a prior version1m 42s
-
Creating tags and labels1m 5s
-
Branching and merging4m 10s
-
Examining shell integration3m 26s
-
4. Subversion
-
Installation and setup3m 31s
-
Tagging1m 34s
-
Branching and merging5m 32s
-
-
5. Perforce
-
Tagging1m 7s
-
Branching and merging4m 37s
-
6. Microsoft Team Foundation Server (TFS)
-
Installation and setup3m 47s
-
Tracking history and tagging2m 15s
-
Branching and merging5m 53s
-
-
7. Git
-
Installation and setup3m 1s
-
Tagging2m 13s
-
Branching and merging3m 44s
-
-
8. Mercurial
-
Installation and setup1m 48s
-
Tagging1m 50s
-
Branching and merging4m 29s
-
-
Conclusion
-
Next steps1m 8s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Installation and setup