Skip to content

Commit

Permalink
Merge pull request #6395 from shaneknapp/fix-minor-typo
Browse files Browse the repository at this point in the history
fixing a couple of typos in the manage-repos tool docs
  • Loading branch information
shaneknapp authored Oct 21, 2024
2 parents 670d3d0 + 572b47f commit 46d6eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admins/howto/managing-multiple-user-image-repos.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Since we have many multiples of user images in their own repos, managing these
can become burdensome... Particularly if you need to make changes to many or
all of the images.

For this, we have aa tool named [manage-repos](https://github.com/berkeley-dsep-infra/manage-repos).
For this, we have a tool named [manage-repos](https://github.com/berkeley-dsep-infra/manage-repos).

`manage-repos` uses a config file with a list of all of the git remotes for the
image repos ([repos.txt](https://github.com/berkeley-dsep-infra/datahub/blob/staging/scripts/user-image-management/repos.txt))
Expand Down Expand Up @@ -236,7 +236,7 @@ manage-repos --destination ~/src/images/ --config /path/to/repos.txt clone
Clone all repos, and set `upstream` and `origin` for your fork:

```
manage-repos --destination ~/src/images/ --config /path/to/repos.txt clone --set-origin --github-user <username>
manage-repos --destination ~/src/images/ --config /path/to/repos.txt clone --set-remote --github-user <username>
```

Sync all repos from `upstream` and push to your `origin`:
Expand Down

0 comments on commit 46d6eb9

Please sign in to comment.