Introduction to version control with Git

Getting started

  • Motivation
  • Configuring Git command line and editor

Modifying an existing project

  • Copy and browse an existing project
  • Recording changes
  • Merging changes and contributing to the project
  • Cloning a Git repository and working locally

Studying an existing project

  • Inspecting history

Sharing your work

  • How to turn your project to a Git repo and share it

Finding the balance

  • Practical advice: How much Git is necessary?
  • What to avoid

Older episodes

  • Basics
  • Branching and merging
  • Conflict resolution

Optional episodes

  • Using the Git staging area
  • Undoing and recovering
  • Interrupted work
  • Aliases and configuration
  • Git under the hood

Reference

  • Shell crash course
  • Quick reference
  • Customizing Git
  • Other resources
  • List of exercises
  • Instructor guide
  • PDF version

About

  • All lessons
  • CodeRefinery
  • Reusing
Introduction to version control with Git
  • Other resources
  • Edit on GitHub

Other resources

  • Learn Git branching

  • The entire Pro Git book, written by Scott Chacon and Ben Straub

  • A successful Git branching model

  • Commit Often, Perfect Later, Publish Once: Git Best Practices

  • PeepCode Git Internals

  • Git Workflows for Pros: A Good Git Guide

  • Branch-per-Feature

  • Git on XKCD

  • An efficient GIT workflow for mid/long term projects

Previous Next

© Copyright CodeRefinery contributors.

Built with Sphinx using a theme provided by Read the Docs.