I work in multiple different computers and use github sync my projects. It is extremely useful when I create a repository from scratch or fork from github. Is it possible to clone a repository directly into github so all my local clones remote the github repo and in return, github repo remotes the original one.
Addendum: I am quiet new to git and what I actually want is to keep my own work in sync without interacting with the original repository(other than pulling updates).
I came up with this scheme:
github
*<----->*<-------> PC1
original ^--------> Pc2
^--------> PC3
where <---> shows pulling and pushing. Maybe I am approaching this from a wrong angle.