mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
When creating bare repos, clone with --mirror instead of --bare
This commit is contained in:
parent
569d8a0e61
commit
7008b47394
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ while [ $# -gt 0 ]; do
|
|||
shift 2
|
||||
;;
|
||||
-b|--bare)
|
||||
bare="--bare"
|
||||
bare="--mirror"
|
||||
shift 1
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue