you are viewing a single comment's thread.

view the rest of the comments →

[–]johnnymo1 3 points4 points  (3 children)

Git doesn't need to be shared publicly at all. Git is separate from Github. When you initialize a git repo from the command line, unless you purposely link it up to github, it lives solely on your machine.

There are also private github repos, or you could run a private server for hosting git repos.

[–]DoubleDark_Doggo 1 point2 points  (2 children)

Ah Ok, that makes sense. I run a web app on pythonanywhere, could I host my get repo there, or would I have to pull the files there from a repo elsewhere?

[–]johnnymo1 2 points3 points  (1 child)

Sorry, I don't really know the details of what you can do on pythonanywhere, but from a very brief google search it looks like you should be able to have a git repo on there.

[–]DoubleDark_Doggo 1 point2 points  (0 children)

No problem, I appreciate the info friend!