Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.
A system that records changes to a file/files over time so that you can recall/manage specific versions later
Version-Control?👉
Github is a website where your code/project repositories can be stored online.
A Repository?
It's a container for your project that is tracked by git
👉 github.com
To do List;
** The End **
By Roland Sankara