Reputation: 1
I was trying to make my own git server. Something similar to github. Its made using a vm instance in GCP. I would like to add the feature of directly viewing the text in the files as well as the folder structure.
But as per the current architecture, we are initializing a bare repo (just the .git folder without the working directory). Is there a way to get the raw files.
Upvotes: 0
Views: 457