Git : Basic And Essential Commands
What is Git
Git is a version control system .
in easy words :- Git tracks the changes in our code (file) so we don’t lose the code and go back to older version anytime.
on Git many programmers can work together without overwriting each other works.
W...
gitthub.hashnode.dev4 min read