git - Forking a repo on Github, and then saving it in another repo's private folder -
it's class project, , supposed fork project, , save in class folder (which private repo). mean there "2" repos, fork kind of untouched, , changes happen in private repo?
i ended using git clone of fork appropriate folder, i'm worried might kind of redundant , i'll have 2 folders rather 1 of forked repo?
don't forget "fork" in github sense clone on server side.
done because don't have right push directly original repo (which don't own).
if fork done on server, end 2 new repos, 1 fork, 1 class folder.
once assignment completed in class folder (shared repo class collaborate), can push fork (which own , have right push to), , make pr (pull request) there.
Comments
Post a Comment