Palabra

Git Resources and References for Writers

Download Source

Git Resources & References

Below is a list of links that should prove helpful for writers who want to understand how to use Git. Please note that this list is somewhat out-of-date. It contains some broken links and some omissions. It should be revised. If you know of anything that should (or should not) be listed here, please get in touch.

Comprehensive Git Guides

Git User's Manual

The official online Git manual. Comprehensive.

Git Magic

A to-the-point, but in-depth, guide. Not as comprehensive as the Git User's Manual, but more practical. Assumes the user already has Git installed. Starts with basics & progressively covers advanced concepts, but is perhaps more suited for users with some Git experience. Translated into Chinese, Spanish & Portuguese. PDF available for download.

The Git Community Book

A community-built comprehensive guide online or in PDF form. Broken down into Basic, Intermediate & Advanced sections. Improvements are ongoing via GitHub.

Pro Git

The online version of the the Pro(fessional) Git Book by Scott Chacon, Git expert who currently works on GitHub.com, the official Git homepage and the Git Community Book. Offers some background on version control and Git and also contains a nice section on Distributed Git for collaborative workflow processes. Blog for additional tips and updates. Source code is publicly available via GitHub.

Asimilatorul: Git Resources

An extraordinary compilation of links from a variety of resources organized by subject and documentation type.

Git Tutorials

git ready

Beginner, intermediate, and advanced Git practices and tutorials; also has a blog-like collection of tips, although those have not been updated for awhile.

Understanding Git Conceptually

A tutorial for Git that discusses the concepts behind the commands.

Git Tutorial : Starting with git using just 10 commands

Basic introduction to Git. Aimed at Linux users & individual developers

Git Tutorial Part II – Sharpen your Git-Fu with 10 more commands.

A follow-up to the previously listed tutorial, covering more advanced commands.

Git for the Lazy

Basic tutorial for the "lazy." Plus, a few extras for the not so lazy.

Git The Basics Tutorial

A video walk-through for those who prefer to watch and learn.

An Illustrated Guide to Git on Windows

Quick basic guide using GUI tools. Primarily for Windows users.

Git Command References

Git User's Manual: Appendix A. Git Quick Reference

A summary of the most used commands, presented without explanation

Cheat Git

An extensive list of commands and their functions

Everyday Git with 20 Commands or So

Everyday commands split up by users: Everyone; Individual Developer (Standalone); Individual Developer (Participant); Integrator; and Repository Administrator.

Zack Rusin's Git Cheat Sheet

A really nice visual, printable reference sheet. Updates accepted via GitHub.

Resources on Content Versioning Generally

A Visual Guide to Version Control

An easy-to-understand explanation of version control. Uses visual flowchart examples.

Source Control HOWTO

A comprehensive look at version or source control.

Cygwin Tutorials

An Introduction to Cygwin

Covers Cygwin downloads, installation, & basic usage.

A tutorial about Cygwin, a Linux-like environment for Windows.

Another Cygwin tutorial. Includes examples & more details about downloads.

Version Control

Flashbake: Free version-control for writers using git

Flashbake Automates Version Control for (Nerdy) Writers (Linux & OSX only)

Version Control Blog

Blog discussing version control generally.

msysgit - Git on Windows

SSH

OpenSSH for Windows

Sourceforge site for downloading SSH

Geek to Live: Set up a personal, home SSH server

Tutorial on setting up SSH on your home computer