# Git

  • Git is a version control filesystem used by many developers to save and work on code.

# Git Commands

  • git init
    • Initializes repository with .git directory
  • git clone [repository location]