Git & GitHub Commands for Contributing to Open Source
1. Fork the Repository
Done via GitHub UI (click Fork button), but to work with it locally:
git clone https://github.com/YOUR-USERNAME/REPO-NAME.git
Explanation: Downloads your forked copy of the rep
kanchannath.hashnode.dev5 min read