# Git and GitHub Files
This folder contain the lecture and assignment files.
## Table of Content
- Introduction and type of Version Control System (VCS)
- Introduction to Git and GitHub
- Installation and Setting Up
- First Change with Git
- Working with Git
- Working with GitHub
- Getting started with GitHub
- Git and GitHub advanced concepts
Lab Question 1: Updated Git & GitHub README
Go through following set of instructions to complete this question.
NOTE: Ensure that the repo https://github.com/cloudyuga/git-gh-course is forked in your GitHub account and your forked repo is cloned locally.
Then, create a local branch with name
update-git-github-readmeUpdate the Git and GitHub's README with following Course's table of content.
The final content of README should look like below:
Now, once the above changes is done, add and commit the file with message
Updated Git and GitHub README with TOC.Then, push to your feature branch
update-git-github-readmeto your forked REPO.Finally, create the pull request to main repo. Ensure you have selected your branch while sending pull request.