Useful git commands
For every developer, git is a must-use tool for daily work. May it be work or side projects, one must know how to work with git.
Let's look at some commands that are essential for you.
init - used to initialize a git repo on your local machine
git ...
rohanpareek.hashnode.dev2 min read