node-git-server
node-git-server copied to clipboard
🎡 A configurable git server written in Node.js
How to get commit message in push process. and what is the possibility to decode the complete code of the repo
I have code to loop and create multiple repos in the repo/ directory as shown. It does this all correctly but also creates an empty folder in my main project...
Does the module have support for HTTPS / HTTP2? If not, would you consider implementing it? Thanks
I tried to push the following tag: `v72.94001.10` However, the tag passed to the `tag` event was the following value: ```js const { Git } = require('node-git-server'); const repos =...
Lets say I listen to some push event and for some reason I decide to reject this push. I tried to do something like: ``` repos.on("push", (data: PushData) => {...
Thanks for the open source spirit of the author. Is there any way to read the submitted file, How do I render the file directory structure on the front end?