Browse Source

git-bug, git-bulk: fix English pages (#12676)

Reinhart Previano Koentjoro 10 months ago
parent
commit
8c3e1fc230
2 changed files with 5 additions and 5 deletions
  1. 2 2
      pages/common/git-bug.md
  2. 3 3
      pages/common/git-bulk.md

+ 2 - 2
pages/common/git-bug.md

@@ -12,11 +12,11 @@
 
 
 `git bug add`
 `git bug add`
 
 
-- You can push your new entry to a remote:
+- Push a new bug entry to a remote:
 
 
 `git bug push`
 `git bug push`
 
 
-- You can pull for updates:
+- Pull for updates:
 
 
 `git bug pull`
 `git bug pull`
 
 

+ 3 - 3
pages/common/git-bulk.md

@@ -12,13 +12,13 @@
 
 
 `git bulk --addworkspace {{workspace_name}} {{/absolute/path/to/repository}}`
 `git bulk --addworkspace {{workspace_name}} {{/absolute/path/to/repository}}`
 
 
-- Clone a repository inside a specific directory then register the repository as a workspace:
+- 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}}`
 `git bulk --addworkspace {{workspace_name}} {{/absolute/path/to/parent_directory}} --from {{remote_repository_location}}`
 
 
-- Clone repositories from a newline-separated list of remote locations then register them as workspaces:
+- Clone 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/file}}`
+`git bulk --addworkspace {{workspace_name}} {{/path/to/root/directory}} --from {{/path/to/file}}`
 
 
 - List all registered workspaces:
 - List all registered workspaces: