Let's assume you need to collaborate with Batman on his forked repository of iambatman.
- First, you need to add Batman's fork of iambatman as a remote.
git remote add batman git@github.com:batman/iambatman.git- Now, you can fetch, pull and push to his fork (if you have permissions to do so).