Working with Files and Directories

note

teaching: 10 minutes

exercises: 0 minutes

questions:

  • Where does Git store information?

objectives:

  • git init initializes a repository.
  • Git stores all of its repository data in the .git directory.