Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 1.81 KB

Outline.md

File metadata and controls

96 lines (70 loc) · 1.81 KB

Part 0
"To there and back again"

  • Title / introduction

Part 1
"The Council of Elrond" (Part 2?)

Part 2
"How it works: A Conspiracy Unmasked" (Part 1?)

  • how it works
  • Three states
  • basic work flow, modify, stage, commit
  • independent, no server needed

Part 3
"Branching: The White Rider"

Part 4
"The Taming of Smeagol"

  • Cloning projects

  • ex: clone remote project locally

  • ex 1: basic:

    • add,
    • modify,
    • stage,
    • commit
  • ex 2: branching:

    • branch,
    • merge,
    • log --stat, --pretty, --oneline, --graph, --since2.weeks,
    • log ..master, log master..
    • ignore,
    • diff (--cached)
    • stash
    • merge from remote
    • branch from remote's fetch
  • ex 3: undoing things

    • checkout
    • reset
    • rebase

sources:

Part 5
"The Muster of Rohan"

  • ex 4: remotes

    • adding
    • pull
    • fetch
    • rebase
  • submodules ? <- maybe lightning talk about subs and subtrees

  • Distributed Workflows

sources:

Part 6
"The Steward and the King"

Part N:
"The Grey Havens"