Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

The short story of a builder, used as part of the Git training session at Ty Menai for Software Alliance Wales

Notifications You must be signed in to change notification settings

NorthWalesTech/builders-story

Repository files navigation

Readme

This Git repository forms the basis of the Git training course run at Ty Menai. It is intended to provide both an example repository with most aspects of Git pre-populated, and to demonstrate the git-flow extension which provides a powerful branching system for software development.

There are three hands-on sessions:

  1. Git basics
  2. Undoing and remotes
  3. Branching and git-flow

Resources

Pro Git

This tutorial is based heavily on the excellent Pro Git book, which is available in print or through http://git-scm.com/book/. Rather than wasting our time trying to rewrite the book (and failing to improve on it), we'll use that as a reference for most sections. This tutorial covers many of the basics in (roughly) the same order as Pro Git, so you can jump to the book for an explanation or more in-depth walkthrough.

Git Flow

A significant portion of the Git branching example is given over to git-flow, which is an extension to Git implementing the branching model described by nvie (http://nvie.com/posts/a-successful-git-branching-model/). git-flow is an open source project available on Github: https://github.com/nvie/gitflow.

About

The short story of a builder, used as part of the Git training session at Ty Menai for Software Alliance Wales

Resources

Stars

Watchers

Forks

Packages

No packages published