#How to work on someone else's branch
Let's assume you need to collaborate with Batman on his forked repository.
- First, you need to add his fork 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).