
git-bulk
List of commands for git-bulk:
-
git-bulk:tldr:5ceb8 git-bulk: Register the current directory as a workspace.$ git bulk --addcurrent ${workspace_name}try on your machineexplain this command
-
git-bulk:tldr:7787a git-bulk: List all registered workspaces.$ git bulk --listalltry on your machineexplain this command
-
git-bulk:tldr:9212b git-bulk: Run a Git command on the repositories of the current workspace.$ git bulk ${command} ${command_arguments}try on your machineexplain this command
-
git-bulk:tldr:9aead git-bulk: Remove all workspaces.$ git bulk --purgetry on your machineexplain this command
-
git-bulk:tldr:c561a git-bulk: Clone a repository inside a specific directory then register the repository as a workspace.$ git bulk --addworkspace ${workspace_name} ${-absolute-path-to-parent_directory} --from ${remote_repository_location}try on your machineexplain this command
-
git-bulk:tldr:d8f11 git-bulk: Remove a specific workspace.$ git bulk --removeworkspace ${workspace_name}try on your machineexplain this command
-
git-bulk:tldr:e67e4 git-bulk: Register a workspace for bulk operations.$ git bulk --addworkspace ${workspace_name} ${-absolute-path-to-repository}try on your machineexplain this command