Skip to content

Instantly share code, notes, and snippets.

@theRemix
Created August 13, 2016 00:42
Show Gist options
  • Save theRemix/8e25a3a12bcb47ab5f62214ec8605a8c to your computer and use it in GitHub Desktop.
Save theRemix/8e25a3a12bcb47ab5f62214ec8605a8c to your computer and use it in GitHub Desktop.
Git Flow module DRAFT

Git Flow

Should be performed at the beginning of, or just before final project. Basic git knowledge is required, intermediate experience with CLI and git is preferred.

Goals:

Introduce Git Flow

  • install git-flow
  • osx users install git-flow-av
    • explain the difference, and advantages
  • git flow init
  • git flow feature
  • git flow release
  • git flow hotfix Demonstrate and Explain Git Flow branching on single repo strategy Demonstrate and Explain Git Flow forking strategy
  • git flow publish Introduce GUI tools
  • introduce alternatives
    • osx
      • Tower.app
      • SourceTree.app
      • Kaleidescope.app for diffs
    • linux
      • gitk
      • SmartGit
  • install git kraken

No exercise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment