This week, I was introduced to Git and GitHub as part of my Data Science learning journey.

At first, I found Git a little confusing. There were several commands to learn, and I wasn't sure how they all fitted together.

After practising, I started to understand that Git is mainly about keeping track of changes to my work.

The basic process I learned was:

Working Directory → Staging → Commit → Push