DEV Community

Discussion on: How to make your first contribution to Open Source? A Beginner's Guide

Collapse
 
msk61 profile image
Mohammed El-Afifi

A very nice article. Just a small note: You don't have to initialize a local git repo with git init if you plan later to clone from a remote repo with git clone. Cloning takes care of initializing a local folder a git repo first before downloading the remote repo contents.

Collapse
 
roligautam profile image
Roli Gautam

Thanks :)