Ry's Git Tutorial - Ryan Hodson

Ry's Git Tutorial

By Ryan Hodson

  • Release Date: 2014-12-02
  • Genre: Software
Score: 5
5
From 5 Ratings

Beschreibung

Git is a free version control system known for its speed, reliability, and non-linear development model. Its popularity among open-source developers makes Git a necessary tool for professional programmers, but it can also do wonders for your personal coding workflow. You’ll be able to experiment with new ideas, radically refactor existing code, and efficiently share changes with other developers—all without the slightest worry towards breaking your project.

This comprehensive guide will walk you through the entire Git library, writing code and executing commands every step of the way. You'll create commits, revert snapshots, navigate branches, communicate with remote repositories, and experience core Git concepts first-hand.

Reviews

  • Starke Einführung

    5
    Von TaufiCologne
    Hervorragende Einführung in Git. Anhand eines fiktiven Webseiten-Projekts wird man Schritt für Schritt in die spannende Git-Welt eingeführt. Durch die gute Strukturierung ist das Buch auch als Nachschlagewerk geeignet.