Git for Beginners
what is git ?
Git is a version control system. In simple Git is a tool that keeps track of changes in our code like who changed what and go back to old code. It help multiple people work together in a single time.
Every developer has a full copy of...
ggithub.hashnode.dev2 min read