gatling icon indicating copy to clipboard operation
gatling copied to clipboard

Use bare git repo

Open mrmicahcooper opened this issue 8 years ago • 1 comments

Use git init --bare instead of a normal git init with denyCurrentBranch=updateInstead

mrmicahcooper avatar Oct 24 '16 18:10 mrmicahcooper

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?

dennisreimann avatar Jan 19 '17 12:01 dennisreimann