Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Git Version Control Cookbook

    Posted By: AlenMiler
    Git Version Control Cookbook

    Git Version Control Cookbook: Leverage version control to transform your development workflow and boost productivity by Kenneth Geisshirt
    English | 26 July 2018 | ISBN: 1789137543 | 354 Pages | EPUB | 4.58 MB

    A series of practical recipes to simplify the Git learning experience and increase your productivity when using Git version control

    Key Features
    Explore practical recipes to use Git's most advanced features
    Learn how Git references its objects and how history is recorded
    Use reflog and git fsck to recover lost information

    Book Description
    Git is one of the most popular tools for versioning. Git Version Control Cookbook builds on the success of the previous edition and provides you with an up-to-date guide to solving problems related to versioning.

    You'll start by learning about the Git data model and how it stores files and looks at commits. By using simple commands, you'll learn how to navigate through the database. Once you have accustomed yourself to the basics, you'll explore techniques to configure Git with comprehensive examples and configuration targets. You'll gain insights into improving your understanding of branches and recovery from mistakes ― right from committing to a wrong branch to recovering lost commits or files. You'll then move on to discovering the features that Git rebase has to offer and use regular Git merge on other branches. You'll explore Git notes and learn how to utilize the update, list, and search commands. In addition to this, you'll learn how to extract metadata from repositories and automate your daily tasks using Git hooks. You'll then study in detail repository maintenance, patching, and offline sharing. By the end of the book, you'll have grasped various tips and tricks for everyday usage, while increasing your knowledge of Git providers, integrations, and clients.

    What you will learn
    Understand the Git data model and use commands to navigate the database
    Find out how you can recover lost commits or files
    Force a rebase on some branches and use regular Git to merge on the rest
    Master the techniques required to extract metadata from repositories
    Explore Git notes and learn about the various features that it offers
    See how to decode different subcommands

    Who this book is for
    The Git Version Control Cookbook is for you if you are a developer or Build Release manager looking for a full-fledged practical guide that will take your Git knowledge to the next level. Basic knowledge of GNU tools and shell or bash scripting is needed.

    Table of Contents
    Navigating Git
    Configuration
    Branching, Merging, and Options
    Rebasing Regularly and Interactively, and Other Use Cases
    Storing Additional Information in Your Repository
    Extracting Data from the Repository
    Enhancing Your Daily Work with Git Hooks, Aliases, and Scripts
    Recovering from Mistakes
    Repository Maintenance
    Patching and Offline Sharing
    Tips and Tricks
    Git Providers, Integrations, and Clients