Le vendeur a mis fin à cette annonce le sam. 18 oct. à 20:56, car l'objet n'est plus disponible.
Guide de poche Git : une introduction fonctionnelle broché Richard E. Si
Terminé
Guide de poche Git : une introduction fonctionnelle broché Richard E. Si
7,64 USD7,64 USD
sam. 18 oct., 20:56sam. 18 oct., 20:56

Guide de poche Git : une introduction fonctionnelle broché Richard E. Si

Free US Delivery | ISBN:1449325866
Better World Books West
(385518)
Inscrit comme vendeur professionnel
7,64 USD
Environ6,57 EUR
État :
Très bon état
Used book that is in excellent condition. May show signs of wear or have minor defects. 100% ... En savoir plusà propos de l'état
2 disponibles1 vendu
    Livraison :
    Gratuit Economy Shipping.
    Lieu où se trouve l'objet : Reno, Nevada, États-Unis
    Délai de livraison :
    Estimé entre le mer. 29 oct. et le ven. 31 oct. à 94104
    Les dates de livraison estimées - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet prennent en compte le délai d'expédition indiqué par le vendeur, le code postal de l'expéditeur, le code postal du destinataire et la date d'acceptation de l'offre. Elles dépendent du service de livraison sélectionné et de la date de réception du paiementréception du paiement - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
    Retours :
    Retour sous 30 jours. L'acheteur paie les frais de retour. Si vous utilisez un bordereau d'affranchissement eBay, son coût sera déduit du montant de votre remboursement.
    Paiements :
         Diners Club

    Achetez en toute confiance

    Garantie client eBay
    Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. En savoir plusGarantie client eBay - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet
    Le vendeur assume l'entière responsabilité de cette annonce.
    Numéro de l'objet eBay :277280454030
    Dernière mise à jour le 17 oct. 2025 17:29:50 CEST. Afficher toutes les modificationsAfficher toutes les modifications

    Caractéristiques de l'objet

    État
    Très bon état
    Livre qui ne semble pas neuf, ayant déjà été lu, mais qui est toujours en excellent état. La couverture ne présente aucun dommage apparent. Pour les couvertures rigides, la jaquette (si applicable) est incluse. Aucune page n'est manquante, endommagée, pliée ni déchirée. Aucun texte n'est souligné ni surligné. Aucune note ne figure dans les marges. La couverture intérieure peut présenter des marques d'identification mineures. Marques d'usure et déchirures mineures. Consulter l'annonce du vendeur pour avoir plus de détails et voir la description des défauts. Afficher toutes les définitions des étatsla page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet
    Commentaires du vendeur
    “Used book that is in excellent condition. May show signs of wear or have minor defects. 100% ...
    Book Title
    Git Pocket Guide : A Working Introduction Paperback Richard E. Si
    ISBN
    9781449325862

    À propos de ce produit

    Product Identifiers

    Publisher
    O'reilly Media, Incorporated
    ISBN-10
    1449325866
    ISBN-13
    9781449325862
    eBay Product ID (ePID)
    160055813

    Product Key Features

    Number of Pages
    240 Pages
    Language
    English
    Publication Name
    Git Pocket Guide : a Working Introduction
    Subject
    Software Development & Engineering / General, Operating Systems / General, General
    Publication Year
    2013
    Type
    Textbook
    Author
    Richard E. Silverman
    Subject Area
    Computers
    Format
    Trade Paperback

    Dimensions

    Item Height
    0.6 in
    Item Weight
    6.7 Oz
    Item Length
    7 in
    Item Width
    4.2 in

    Additional Product Features

    Intended Audience
    Scholarly & Professional
    Dewey Edition
    23
    Illustrated
    Yes
    Dewey Decimal
    005.43
    Table Of Content
    Preface; What Is Git?; Goals of This Book; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments;Chapter 1: Understanding Git; 1.1 Overview; 1.2 The Object Store; 1.3 Object IDs and SHA-1; 1.4 Where Objects Live; 1.5 The Commit Graph; 1.6 Refs; 1.7 Branches; 1.8 The Index; 1.9 Merging; 1.10 Push and Pull;Chapter 2: Getting Started; 2.1 Basic Configuration; 2.2 Creating a New, Empty Repository; 2.3 Importing an Existing Project; 2.4 Ignoring Files;Chapter 3: Making Commits; 3.1 Changing the Index; 3.2 Making a Commit;Chapter 4: Undoing and Editing Commits; 4.1 Changing the Last Commit; 4.2 Discarding the Last Commit; 4.3 Undoing a Commit; 4.4 Editing a Series of Commits;Chapter 5: Branching; 5.1 The Default Branch, master; 5.2 Making a New Branch; 5.3 Switching Branches; 5.4 Deleting a Branch; 5.5 Renaming a Branch;Chapter 6: Tracking Other Repositories; 6.1 Cloning a Repository; 6.2 Local, Remote, and Tracking Branches; 6.3 Synchronization: Push and Pull; 6.4 Access Control;Chapter 7: Merging; 7.1 Merge Conflicts; 7.2 Details on Merging; 7.3 Merge Tools; 7.4 Custom Merge Tools; 7.5 Merge Strategies; 7.6 Why the Octopus?; 7.7 Reusing Previous Merge Decisions;Chapter 8: Naming Commits; 8.1 Naming Individual Commits; 8.2 Naming Sets of Commits;Chapter 9: Viewing History; 9.1 Command Format; 9.2 Output Formats; 9.3 Defining Your Own Formats; 9.4 Limiting Commits to Be Shown; 9.5 Regular Expressions; 9.6 Reflog; 9.7 Decoration; 9.8 Date Style; 9.9 Listing Changed Files; 9.10 Showing and Following Renames or Copies; 9.11 Rewriting Names and Addresses: The "mailmap"; 9.12 Searching for Changes: The "pickaxe"; 9.13 Showing Diffs; 9.14 Comparing Branches; 9.15 Showing Notes; 9.16 Commit Ordering; 9.17 History Simplification; 9.18 Related Commands;Chapter 10: Editing History; 10.1 Rebasing; 10.2 Importing from One Repository to Another; 10.3 Commit Surgery: git replace; 10.4 The Big Hammer: git filter-branch; 10.5 Notes;Chapter 11: Understanding Patches; 11.1 Applying Plain Diffs; 11.2 Patches with Commit Information;Chapter 12: Remote Access; 12.1 SSH; 12.2 HTTP; 12.3 Storing Your Username; 12.4 Storing Your Password; 12.5 References;Chapter 13: Miscellaneous; 13.1 git cherry-pick; 13.2 git notes; 13.3 git grep; 13.4 git rev-parse; 13.5 git clean; 13.6 git stash; 13.7 git show; 13.8 git tag; 13.9 git diff; 13.10 git instaweb; 13.11 Git Hooks; 13.12 Visual Tools; 13.13 Submodules;Chapter 14: How Do I...'; 14.1 ...Make and Use a Central Repository?; 14.2 ...Fix the Last Commit I Made?; 14.3 ...Edit the Previous n Commits?; 14.4 ...Undo My Last n Commits?; 14.5 ...Reuse the Message from an Existing Commit?; 14.6 ...Reapply an Existing Commit from Another Branch?; 14.7 ...List Files with Conflicts when Merging?; 14.8 ...Get a Summary of My Branches?; 14.9 ...Get a Summary of My Working Tree and Index State?; 14.10 ...Stage All the Current Changes to My Working Files?; 14.11 ...Show the Changes to My Working Files?; 14.12 ...Save and Restore My Working Tree and Index Changes?; 14.13 ...Add a Downstream Branch Without Checking It Out?; 14.14 ...List the Files in a Specific Commit?; 14.15 ...Show the Changes Made by a Commit?; 14.16 ...Get Tab Completion of Branch Names, Tags, and So On?; 14.17 ...List All Remotes?; 14.18 ...Change the URL for a Remote?; 14.19 ...Remove Old Remote-Tracking Branches?; 14.20 ...Have git log:;Index;
    Synopsis
    This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience. Written for Git version 1.8.2, this handy task-oriented guide is organized around the basic version control functions you need, such as making commits, fixing mistakes, merging, and searching history. Examine the state of your project at earlier points in time Learn the basics of creating and making changes to a repository Create branches so many people can work on a project simultaneously Merge branches and reconcile the changes among them Clone an existing repository and share changes with push/pull commands Examine and change your repository's commit history Access remote repositories, using different network protocols Get recipes for accomplishing a variety of common tasks, Git Pocket Guide is a concise and focused summary of Git concepts and common use cases. With this guide, new users can come up to speed quickly on using Git, while those already familiar with Git will find it a handy reference on accomplishing everyday version control tasks., If you use Git for distributed version control, this pocket guide is the perfect on-the-job companion. This task-oriented book helps you quickly find your particular use case, and provides a concise and focused summary of Git concepts. New users can quickly come up to speed on using Git to track, merge, and manage software projects. Those already familiar with Git will find this guide a handy reference on accomplishing everyday version control tasks., This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience. Written for Git version 1.8.2, this handy task-oriented guide is organized around the basic version control functions you need, such as making commits, fixing mistakes, merging, and searching history. Examine the state of your project at earlier points in time Learn the basics of creating and making changes to a repository Create branches so many people can work on a project simultaneously Merge branches and reconcile the changes among them Clone an existing repository and share changes with push/pull commands Examine and change your repository'??s commit history Access remote repositories, using different network protocols Get recipes for accomplishing a variety of common tasks
    LC Classification Number
    QA76.76.O63

    Description de l'objet fournie par le vendeur

    Informations sur le vendeur professionnel

    Je certifie que toutes mes activités de vente seront conformes à toutes les lois et réglementations de l'UE.
    À propos de ce vendeur

    Better World Books West

    99,1% d'évaluations positives1,6 millions objets vendus

    Membre depuis juil. 2016
    Inscrit comme vendeur professionnel
    Better World Books is a for-profit, socially conscious business and a global online bookseller that collects and sells new and used books online, matching each purchase with a book donation. Each sale ...
    Plus
    Visiter la BoutiqueContacter

    Évaluations détaillées du vendeur

    Moyenne pour les 12 derniers mois
    Description exacte
    4.8
    Frais de livraison raisonnables
    5.0
    Livraison rapide
    5.0
    Communication
    5.0

    Évaluations du vendeur (469.418)

    Toutes les évaluationsselected
    Positives
    Neutres
    Négatives
    • a***4 (324)- Évaluations laissées par l'acheteur.
      6 derniers mois
      Achat vérifié
      The book was in excellent condition, as described in the listing, and was excellently packaged, arriving in unblemished condition. The shipping time was very quick. While the listing showed the book with a dust jacket, the book did not come with one. I brought this to the attention of the seller, who responded to me right away, and was satisfied with the seller's explanation. I have to say that the service was in every way outstanding.
    • c***m (446)- Évaluations laissées par l'acheteur.
      6 derniers mois
      Achat vérifié
      WOW!; I cannot believe this 1 Week to Hawaii! ; AAA+++; Excellent Service; Great Pricing; Fast Delivery-Faster Than Expected to Hawaii!; Shipped 05/22 Received 06/02 Mon to Hawaii using free shipping; USPS Ground Mail, Hardback Book in Excellent Condition--Better Than Described ; Heavier than expected, TLC Packaging; Excellent Seller Communication, Sends updates . Highly Recommended!, Thank you very much!
    • h***2 (1198)- Évaluations laissées par l'acheteur.
      6 derniers mois
      Achat vérifié
      The book arrived swiftly packaged in a protective plastic envelope, but it was a paperback not hardcover as listed. I contacted seller and they apologized, refunded me and suggested several things to do with the book after allowing me to keep it. I have gone ahead and ordered a hardcover from the same seller. I’m a repeat customer and hope to remain so. This mixup was a first, but I’m very impressed with their prompt response and professionalism. Kudos :)