Skip to content

A collection of useful resources for getting up to speed on git and GitHub.

Notifications You must be signed in to change notification settings

bplimley/github-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

github-help

A collection of useful resources for getting up to speed on git and GitHub. Thanks to Garret Christensen for his talk at The Hacker Within at UC Berkeley for some of these resources.

Here's the relevant xkcd comic.

Tutorials

Data flow with commands

Git commits, branching, workflow

  • tpope explains what a commit message should look like
  • git-flow by Vincent Driessen (1/5/2010) describes a formalized workflow using master, develop, release branch, feature branches, and hotfixes.
  • github-flow by Scott Chacon (8/31/2011) describes a simpler workflow, using only master and feature branches. Continuous integration and GitHub pull requests ensure that features are stable before merging into master.

Cleaning up messes

About

A collection of useful resources for getting up to speed on git and GitHub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published