What is Git/Github?
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.
Creating repository
Understanding working space, stage area and commits
Creating commits
Restoring commits
Understanding Branches
Managing Branches
Creating Github Account
Creating repository on Github
Cloning a repository
Creating relation between Git and Github
Push and Pull
Merge Conflicts
VSCode & Intelij entegration