[Git] How to Contribute to Open Source Projects Step by Step
Go to a open source project of your interest and press the fork button
Click create fork
Press Code button and copy the url
Now go to your IDE. Here I will use VS Code
git clone "copied url"
We can see that everything is cloned into the l...
christychoi.hashnode.dev2 min read
ADITYA DAS
Open Source Enthusiast | Post Graduate (MCA) | DevOps β| AI π€
really helpful for beginners