My Open Source Cheat Sheet
Fork your open source project you want to contribute into your GitHub and clone your fork.
git clone git@github.com:dcnis/mockito.git
Show current configured remote repositories. The origin repo points to your fork on GitHub.
git remote -v
> origin ...
schmidtdennis.de1 min read