Working with Git

Steps to set up a local repository:

  1. Initialize with git init
  2. Stage your files with git add .
  3. Commit the files with git commit -m "init"