๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Version Control with Git - (Early Release - RAW & UNEDITED)

โœ Scribed by Jon Loeliger, Prem Ponuthorai


Publisher
O'Reilly
Year
2022
Tongue
English
Leaves
86
Edition
3
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Table of Contents


  1. Preface
    Who This book is For
    Essential know howโ€™s
    New in this revision
    Navigating the Book
    Installing Git
    A Note on Inclusive Language
    Omissions
    Conventions Used in This Book
    Using Code Examples
    Safariยฎ Books Online
    How to Contact Us
    Acknowledgments
    Attributions
  2. Chapter 1: Introduction to Git
    Git Components
    Git Characteristics
    The Git Command Line
    Quick Introduction to Using Git
    Preparing to work with Git
    Working with a local Repository
    Working with a shared Repository
    Configuration Files
    Summary
  3. Foundational Concepts
    Repositories
    Git Object Store
    Index
    Content-Addressable Database
    Git Tracks Content
    Pathname Versus Content
    Packfiles
    Visualizing Git Object Store
    Git Internals: Concepts at Work
    Inside the .git Directory
    Blob Objects and Hashes
    Tree Object and Files
    A Note on Gitโ€™s Use of SHA1
    Tree Hierarchies
    Commit Objects
    Tag Objects
    Summary

๐Ÿ“œ SIMILAR VOLUMES


Version Control With Git
โœ Jon Loeliger ๐Ÿ“‚ Library ๐Ÿ“… 2009 ๐Ÿ› O'Reilly Media ๐ŸŒ English

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
โœ Prem Kumar Ponuthorai and Jon Loeliger ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› O'Reilly Media, Inc. ๐ŸŒ English

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

Version Control with Git and GitHub
โœ Alex Magana, Joseph Muli ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› Packt Publishing ๐ŸŒ English

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