π‘ Useful Git Commands you need to know π‘
git init -> Initializes git in any folder/repository (Needs only if you are not cloning a repository)
git clone https://github.com/<your-user-name>/<repo-name> -> Clones the repository in your local system.
git status -> Shows the current status of...
blogs.kaiwalyakoparkar.com2 min read