This workshop will teach you the fundamentals of Git and GitHub while also covering the theoretical aspects of version control systems.
- The Problem VCS is trying to solve
- The solution proposed by a VCS
- Types of VCS
- Stages of Git
- Initialising a Git Repository
- Adding files to staging area
- Committing the changes
- Travelling back in time
- Introduction to branches
- Star this repository so we know you have taken this workshop!
- Fork this repository to your GitHub Account. (Fork button on top right of Repo)
- Clone the repo to your device locally
- Create a new branch and name it
<your-roll-number>
- Add a text file with the name
<your-roll-number>
in the attendees folder in the newly created branch. - Add few lines in that file explaining anything you like, maybe a fun fact about yourself.
- Save the changes and commit them
- Push the changes to your forked repo
- Create a PR on this repo