A Beginner's Guide to Using Git and GitHub for Version Control π‘
Introduction π
What is Git π€
Git is a popular version control system. It was created by Linus Torvalds in 2005, and has been maintained by Junio Hamano since then.
It is used for:
Keeping track of code changes
Knowing who made changes
Working to...
rohit-writes.hashnode.dev5 min read