https://github.com/kyleburton/introduction-to-git
Slides and materials for the Git Introduction Talk
https://github.com/kyleburton/introduction-to-git
Last synced: 10 months ago
JSON representation
Slides and materials for the Git Introduction Talk
- Host: GitHub
- URL: https://github.com/kyleburton/introduction-to-git
- Owner: kyleburton
- Created: 2009-04-02T14:37:57.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-07-08T15:14:16.000Z (over 16 years ago)
- Last Synced: 2025-01-29T05:43:19.267Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 6.38 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
this is a change
Title:
Introduction To Git : Level up your VCS
Abstract:
Source Code Management and Version Control Systems are tools for
helping you track your file based assets (typically source code).
Traditional SCM systems are centralised (CVS, Subversion, Visual
Source Safe), Distributed version control systems systems provide new
capabilities, work-flows, are becoming mature and are gaining mind
share in the open source community.
Git is one of those Distributed Version Control Systems. It was
invented by the creator of Linux (Linus Torvalds) for protecting the
Linux kernel source code and coordinating the activity of hundreds of
developers. This talk discusses what Distributed Version Control is,
the history of Git, basic version control features and some very
uncommon and amazing capabilities of git. Time permitting it will
include live demonstration of the tools.
Come and hear how Git has reset my expectations for what VCS tools
should be capable of and how they should perform.