Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 280 Bytes

File metadata and controls

19 lines (14 loc) · 280 Bytes

init

create empty git repository .git directory.

git init
  • .git
    • objects
    • refs
      • heads
      • remotes
      • tags

resources