๐ก 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...
Jul 28, 20212 min read180
