What is Git?

A version control system, built by the same person who built Linux.

Gitignores

 
.venv
.env
.conda
__pycache__
 
*.csv
 
 

Common Git Commands:

  • git init
  • git add <file>, do . for all files