git & GitHub
Introduction:
git is a version control system that helps us to maintain changes in our code. Any changes made to your project will be picked by git. A git repository is a folder, where all changes are made. Whenever you work on a new feature in y...
teachncode.hashnode.dev5 min read