Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit bareRepository configuration when pushing bare mirror
If a user has configured `bareRepository=explicit` in their configuration, the push operation in this example will fail with the message: fatal: cannot use bare repository '<path>.git' (safe.bareRepository is 'explicit') By adding `-c "safe.bareRepository=all"` to the default instruction set, this should prevent issues for users who have bareRepository configured. Signed-off-by: James Knight <[email protected]>
- Loading branch information