Examples (8)
Register the current directory as a workspace
git bulk --addcurrent workspace_nameRegister a workspace for bulk operations
git bulk --addworkspace workspace_name /path/to/repositoryClone a repository inside a specific directory, then register the repository as a workspace
git bulk --addworkspace workspace_name /path/to/parent_directory --from remote_repository_locationClone repositories from a newline-separated list of remote locations, then register them as workspaces
git bulk --addworkspace workspace_name /path/to/root_directory --from /path/to/fileList all registered workspaces
git bulk --listallRemove a specific workspace
git bulk --removeworkspace workspace_nameRemove all workspaces
git bulk --purgemade by @shridhargupta | data from tldr-pages