This repo is meant to get u started with version control. Git is the most popular VCS(version control system), provided by github.com, gitlab.com, bitbucket and so on
Feel free to experiment.
- Install git on your PC.
- Clone this repo.
- Make a branch and add your changes.
- Push to origin with your branch.
- Learn git(basic and advanced) from atlassian or other tutorials available online.
- Learn about PR(Pull requests) and Merging and related concepts.
Welcome aboard!! Just try to learn as much u can!! In dev, imagination is your limit Happy coding