Version Control with Git takes you step-by-step through ways to track, merge, and manage software projects, using this highly flexible, open source version control system. Git permits virtually an infinite variety of methods for development and collaboration. Created by Linus Torvalds to manage deve
Version Control with Git, 3rd Edition
β Scribed by Prem Kumar Ponuthorai; Jon Loeliger
- Publisher
- O'Reilly Media, Inc.
- Year
- 2022
- Tongue
- English
- Edition
- Early Release
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Track, branch, merge, and manage code revisions with Git, the free and open source distributed version control system. Through a series of step-by-step tutorials, this practical guide quickly takes you from Git fundamentals to advanced techniques, and provides friendly yet rigorous advice for navigating Git's many functions. You'll learn how to work with everything from small to very large projects with speed and efficiency.
In this third edition, authors Prem Kumar Ponuthorai and Jon Loeliger break down Git concepts using a modular approach. You'll start with the basics and fundamental philosophy of Git, followed by intermediate commands to help you efficiently supplement your daily development workflow. Finally, you'll learn advanced Git commands and concepts to understand how Git works under the hood.
β’ Learn how to use Git for real-world development scenarios
β’ Gain insight into Git's common use cases, initial tasks, and basic functions
β’ Use the system for distributed version control
β’ Learn how to manage merges, conflicts, patches, and diffs
β’ Apply advanced techniques such as rebasing, hooks, and ways to handle submodules
π SIMILAR VOLUMES
Track, branch, merge, and manage code revisions with Git, the free and open source distributed version control system. Through a series of step-by-step tutorials, this practical guide quickly takes you from Git fundamentals to advanced techniques, and provides friendly yet rigorous advice for naviga
This book gives a practical introduction into the Git version control system. It explains the setup and the usage of Git repositories using the Git command line tools. <br /> <br />At the beginning you learn how to configure and setup new Git repositories, how to add and commit changes using a loc
Introduction to Git and GitHub begins with setting up and configuring Git on your computer along with creating a repository and using it for exercises throughout the book. With the help of multiple activities, youβll learn concepts that show various stages of a fileβfrom when it is untracked to when