Skip to content

Commit

Permalink
example use for multi-repo migration
Browse files Browse the repository at this point in the history
Signed-off-by: Colton J. McCurdy <[email protected]>
  • Loading branch information
mccurdyc committed Jun 9, 2023
1 parent a20010b commit b340efd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ For example, `$HOME/{work,personal}` with separate gitrs configs.
remote updates need fetched.
- [ ] (TODO) Nix package

## Adoption

- I'm still considering whether or not I want to `add` to support multiple repos.

```bash
mv src/ src.bak/
for d in ~/src.bak/github.com/org/*; do
gitrs add $(echo ${d##*src.bak/})
done
gitrs sync
```

## Inspiration

See [similar projects](./docs/inspiration.md).
Expand Down

0 comments on commit b340efd

Please sign in to comment.