gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

Customizable create arguments (specifically default branch name) #102

Open willstott101 opened 2 years ago

willstott101 commented 2 years ago

It'd be great to be able to override a created repo's symbolic HEAD reference when created by the autoCreate parameter.

I'm happy to open a PR - but wanted to open the floor to anyone who might want to customize other parts of the create process. It might be sensible to make those changes at the same time.