Git for beginners: Basic and essential commands
What is Git?
Git is a tracking software which tracks changes in code with help of commands. Like: git add, git commit, git diff
Why Git is used ?
Git is used to track changes in code. It can be used by many people means it can be used for collaborati...
divit.hashnode.dev2 min read