git and github
What is Git? (in very simple terms)
Git is a tool that keeps track of changes in your code over time.
Think of Git as:
A time machine + notebook for your project.
It remembers:
What your files looked like yesterday
What changed today
Who changed...
dns-spark.hashnode.dev4 min read