此内容没有您所选择的语言版本。
9.31. fabric:git-gc
Abstract
instructs containers to perform git-gc command on fabric repository
Synopsis
fabric:git-gc
[
options
] [
container
]
Description
This command instructs containers to perform a git-gc command on their \$FUSE_HOME/data/git/local/fabric repository.
Note
This command is only available from R13 and later.
For example, to perform git-gc on all of the containers, enter the following console command:
fabric:git-gc --all
To perform the git-gc command on a specific container, enter the following console command:
fabric:git-gc {containerName}
Arguments
Table 9.31, “fabric:git-gc Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command. |
--all | Sends the command to all containers. |
--timeout | Specifies the timeout when waiting for responses. The default is 10000 milliseconds. |
--aggressive | Sets the --aggressive option for the git-gc command. |