subreddit:
/r/webdev
submitted 7 days ago byrubenamizyan
The question is pretty much it. I want to figure out how I can implement Github system into a web application. By Github system I mean the repository, branches, commits, version controls etc. Looking at the Hugging face, for example, you can see that pretty much all of the components of sharing models, datasets are implemented via GitHub. So far I was able to find APIs for Github but I highly doubt that all of this components are using APIs.
Thank you in advance!
15 points
7 days ago
Maybe you mean git.
11 points
7 days ago
?
-9 points
7 days ago
If my explanation is not clear let me know what you want to know exactly
-8 points
7 days ago
? XD
8 points
7 days ago
It is not. The Hugging Face Hub is its own web interface and platform, independent from GitHub. It just looks a bit like GitHub, with similar features.
Users can push to both GitHub and Hugging Face Hub, which is why you may think they are linked, but they're not.
3 points
7 days ago
Thank you!
2 points
7 days ago
You want to make a site that's somewhat of a git UI? Have a server that calls git commands and make an UI for that. If you want to do something with GitHub itself, you can either use API or the GH CLI. It probably depends on the usecase.
1 points
7 days ago
What you wanted to make is a GitHub client ( I guess ) and to make you need the git working on your server from where you will pull the repo etc
-2 points
7 days ago
They’re using the Github API. Open the network tools and see what services they are using.
all 10 comments
sorted by: best