git - Github- Cloning a private repo to a public repo -
i making android project under supervision of professor has given me access private repo created project. wondering whether can make repo(public) project can reflected onto profile , 1 can see that?
also there way sync these 2 repos if ppush one, other automatically gets updated?
i new @ github , great me.thank in advance.
you need add other repo remote client, , push it, in terminal can this:
git remote add public https://github.com/user/repo.git
and then
git push public master
if using kind of ui git can add remote way , push.