Pragmatic Version Control Using Git
by: Travis Swicegood
Published | 2008-12-17 |
---|---|
Internal code | tsgit |
Print status | In Print |
Pages | 184 |
User level | Beginner |
Keywords | subversion, git, cvs, svn, source code, source code control, version control, scm, cm, configuration management |
Related titles | The Pragmatic Starter Kit |
ISBN | 9781934356159 |
Other ISBN |
Channel epub: 9781680504262 Channel PDF: 9781680504279 Kindle: 9781680501094 Safari: 9781680500189 Kindle: 9781680501094 |
BISACs | COM051000 COMPUTERS / Programming / GeneralCOM051230 COMPUTERS / Software Development & Engineering / GeneralCOM051230 COMPUTERS / Software Development & Engineering / General |
Highlight
There’s a change in the air. High-profile projects such as the Linux Kernel, Mozilla, Gnome, and Ruby
on Rails are now using Distributed Version Control Systems (DVCS) instead of the old stand-bys of CVS or Subversion.
Git is a modern, fast DVCS. But understanding how it fits into your
development can be a daunting task without an introduction to the new
concepts. Whether you’re just starting out as a professional programmer
or are an old hand, this book will get you started using Git in this new
distributed world.
Description
Whether you’re making the switch from a traditional centralized version control system or are a new programmer just getting started, this book prepares you to start using Git in your everyday programming.
Pragmatic Version Control Using Git starts with an overview of version control systems, and shows how being distributed enables you to work more efficiently in our increasingly mobile society. It then progresses through the basics necessary to get started using Git.
You’ll get a thorough overview of how to take advantage of Git. By the time you finish this book you’ll have a firm grounding in how to use Git, both by yourself and as part of a team.
Contents and Extracts
- Welcome to the Distributed World
- Version Control the Git Way excerpt
- Setting up Git
- Creating Your First Project
- Everyday Git
- Administration
- Migrating to Git
- Running a Git Server with Gitosis
- Appendixes
- Git Command Quick Reference
- Other Resources and Tools
- Bibliography