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
A version control system, built by the same person who built Linux.
.venv
.env
.conda
__pycache__
*.csv
git init
git add <file>
, do .
for all files