🐣

Week 1


Recording of Session 1

Installing VS Code

For Windows and Mac

For Linux

sudo snap install code
dpkg -i filename.deb

GIT Installation

For Windows

For Ubuntu users

sudo apt update
sudo apt install git

Git Lens

Git

Git is a version control system for tracking changes in computer files. It is used for coordinating work among several people on a project and tracking progress over time.

Version Control system is a system that records all the changes made to a file or set of files so a specific version may be called later. This is helpful in collaboration with all the team members.

Different collaborators can work on different parts of the project and then they all can be merged together in one main branch.

GitHub

It is a Git repository hosting service which provides a web-based graphical interface.

Github helps every team member to work together on the project from anywhere and makes it easy for them to collaborate.

The following video is a 20 min introduction to GitHub

https://www.youtube.com/watch?v=nhNq2kIvi9s

HTML Task

Task

Submission