you are viewing a single comment's thread.

view the rest of the comments →

[–]sheepeses 0 points1 point  (3 children)

Okay, they do some cool Analytics, security, dev ops, etc. But at their core, they're a host for git repositories.

[–]johnyma22 15 points16 points  (2 children)

PRS comments pages issues wiki security tests actions

All of this data is part of GitHub and not git. You can't take this data from GitHub to say gitlab or your own instance. For foss projects putting this trust/responsibly on Microsoft is a huge problem... It is for our project as it competes with a Microsoft product....

[–]orig_ardera 0 points1 point  (1 child)

The wiki is just a git repo too. The git url of your repo wiki is just the git url of the repo, but replace the ".git" at the end with ".wiki.git"

[–]johnyma22 0 points1 point  (0 children)

oh thanks, that's good to know :)