gatling
gatling copied to clipboard
Use bare git repo
Use git init --bare
instead of a normal git init with denyCurrentBranch=updateInstead
It would be the cleanest way to set it up like this – unfortunately it's also a breaking change for existing setups. We'd have to include some kind of automated migration for the current repos.
Reference: How to convert a normal Git repository to a bare one?