Session contains short presentations, live demos, and hands-on tasks
Clone the repository:
<> Code buttonGit is a version control system, like a powerful “save button” for your files and directories. It helps you track changes and keep a history of your project.

A text editor saves the entire file at once, giving you only one record unless you make manual copies (e.g., draft1.doc, draft2.doc).
Git, on the other hand, records the differences in files and folders and keeps a historical record of every save. This is a game-changer for developers!