The steps
- Register my repo
git remote add aljarepo git@github.com:alja/xrootd.git
- Get branch from me:
git fetch aljarepo pfc-async-prefetch:pfc-async-prefetch
- Push the new branch to github, here destination is origin
git push origin pfc-async-prefetch
Notes:
Branch can be renamed e.g:
git br -m oldname newname
Double check remote aliases:
git remote -v
The steps
git remote add aljarepo git@github.com:alja/xrootd.git
git fetch aljarepo pfc-async-prefetch:pfc-async-prefetch
git push origin pfc-async-prefetch
Notes:
Branch can be renamed e.g:
git br -m oldname newname
Double check remote aliases:
git remote -v