Host git repo on own server #23635
-
Hello, would there be any way to host a git repo on my own debian 10 machine? Meaning when you navigate to the repo on the website you can see the local files on my machine, and any push and pull just takes the files from the server. Is this possible using github? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That sounds like a situation where you specifically wouldn’t use Github, and instead set up a git hosting server on your own machine. Git comes with an integrated web interface called GitWeb, to try it out quickly see There are a bunch of other self-hosting options if GitWeb doesn’t have enough features for you, but I’m not sure if there are any others that can work directly from your working repository. |
Beta Was this translation helpful? Give feedback.
-
I don’t think this is what i’m looking for at the moment, but thanks for the suggestion anyways. |
Beta Was this translation helpful? Give feedback.
That sounds like a situation where you specifically wouldn’t use Github, and instead set up a git hosting server on your own machine. Git comes with an integrated web interface called GitWeb, to try it out quickly see
git instaweb
.There are a bunch of other self-hosting options if GitWeb doesn’t have enough features for you, but I’m not sure if there are any others that can work directly from your working repository.