Git & Github
What is Git ?
Git is a version control system which lets you track changes you make to your files over time. Basically with git you can make a copy of a file, make changes to the copy and also revert back to before or original file.
Example
Let’s say...
akashvarunp.hashnode.dev3 min read