Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 417 Bytes

notes.md

File metadata and controls

35 lines (25 loc) · 417 Bytes

Misc

# File State
Untracked           Newly created file
Tracked             git add ...
Modified            ...

# File Location
Working Directory   git checkout ...
Staging Area        git add ...
Repository          git commit ...

Internal organization

BRANCH  => commit
TAG     => commit

commit  => tree

tree    => tree
        => blob

blob

FIXME: ...

# ...
git show