Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 535 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 535 Bytes

White Van Git Workshop

Slides here

Definitions

  1. Repository
    1. git remote -v
    2. https://github.com/white-van/git-workshop
  2. Commit
    1. tree .git/objects
  3. Head
    1. tree .git/refs
    2. cat .git/HEAD
    3. 8e182b9694416b551da298e27bfda491adaf3178
      1. 8e
      2. 182b9694416b551da298e27bfda491adaf3178
  4. Branch
    1. git branch
    2. git checkout master
    3. cat .git/HEAD