Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mccurdyc/gitrs
Browse files Browse the repository at this point in the history
  • Loading branch information
mccurdyc committed Jun 9, 2023
2 parents 53ea30d + b340efd commit 8a4a413
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 8a4a413

Please sign in to comment.