I have forked a private repo (called X). Now in repo X a branch is created. How do I get the branch in repo X to appear in my fork of repo X?
Example
- a private repo is created only has master
- I fork private repo
- a branch is created in private repo
- now what do I do to get this branch in my fork
I would like to have that branch in my fork so that I can work on it and send a pull request for that branch to the original repo.
Thanks
Saad