Book description
Git is the source code control system preferred by modern development teams. Its decentralized architecture and lightning-fast branching let you concentrate on your code instead of tedious version control tasks. At first, Git may seem like a sprawling beast. Fortunately, to get started you just need to master a few essential techniques. Read on!
Learn Git in a Month of Lunches introduces the discipline of source code control using Git. Helpful for both newbies who have never used source control and busy pros, this book concentrates on the components of Git you?ll use every day. In easy-to-follow lessons that take an hour or less, you?ll dig into Git?s distributed collaboration model, along with core concepts like committing, branching, and merging. This book is a road map to the commands and processes you need to be instantly productive.
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Preface
- About this Book
- Acknowledgments
- Chapter 1. Before you begin
- Chapter 2. An overview of Git and version control
- Chapter 3. Getting oriented with Git
- Chapter 4. Making and using a Git repository
- Chapter 5. Using Git with a GUI
- Chapter 6. Tracking and updating files in Git
- Chapter 7. Committing parts of changes
- Chapter 8. The time machine that is Git
- Chapter 9. Taking a fork in the road
- Chapter 10. Merging branches
- Chapter 11. Cloning
- Chapter 12. Collaborating with remotes
- Chapter 13. Pushing your changes
- Chapter 14. Keeping in sync
- Chapter 15. Software archaeology
- Chapter 16. Understanding git rebase
- Chapter 17. Workflows and branching conventions
- Chapter 18. Working with GitHub
- Chapter 19. Third-party tools and Git
- Chapter 20. Sharpening your Git
- Index
- List of Figures
- List of Tables
- List of Examples
Product information
- Title: Learn Git in a Month of Lunches
- Author(s):
- Release date: September 2015
- Publisher(s): Manning Publications
- ISBN: 9781617292415
You might also like
book
TCP/IP Guide
The TCP/IP Guide is both an encyclopedic and comprehensible guide to the TCP/IP protocol suite that …
book
Serious Python
Sharpen your Python skills as you dive deep into the Python programming language with Serious Python. …
book
Object-Oriented Python
Object-Oriented Python (OOP) is a paradigm that combines data and code into cohesive units, allowing you …
book
Programming TypeScript
Any programmer working with a dynamically typed language will tell you how hard it is to …