I'm a bit stranded with github: I forked a repository on github a while ago and made up a new branch on my Notebook. I did some changes and then a pull request. Unfortunately my Notebook got broken and now I want to commit some changes into the PR from a new Computer. How do I get in my old branch, so that I just have to add/commit/push for the same PR from my new Computer?
I tried git fetch --all
, but my branch isn't there.
\edit: I just delete the cloned fork and recloned it and then doing the steps written down here and it works.