Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git branching strategy

Avatar for Derek Johnson Derek Johnson
September 17, 2015

Git branching strategy

Slides from an internal presentation for new staff

Avatar for Derek Johnson

Derek Johnson

September 17, 2015
Tweet

More Decks by Derek Johnson

Other Decks in Technology

Transcript

  1. git checkout -t origin/staging Create a new branch called “staging”

    that tracks the remote branch called “staging”
  2. git checkout -t origin/staging Create a new branch called “staging”

    that tracks the remote branch called “staging”