Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 1.8 KB

Outline.md

File metadata and controls

89 lines (70 loc) · 1.8 KB

- Intro

- Getting Started

- Power Tips / Workflows

Part 0
"To there and back again"

  • Title / introduction

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

Part 2
"A Conspiracy Unmasked" (Part 1?)

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

Part 3
"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
  • ex 3: undoing things

  • checkout

  • reset

  • rebase

sources:
http://progit.org/book/ch2-4.html

Part 5
Playing nice with others "The Muster of Rohan"

Part 6
On the server "The Steward and the King" or "The Grey Havens"

Part N: