This is all you need to do and then build…
git switch -c new_branch
git pull https://github.com/<user>/<forked-repo>.git <branch>
No cloning needed just add the branch…it will track changes …you can remove it easily later if you want…
This is all you need to do and then build…
git switch -c new_branch
git pull https://github.com/<user>/<forked-repo>.git <branch>
No cloning needed just add the branch…it will track changes …you can remove it easily later if you want…