Skip to content

Commit 8a4a413

Browse files
committed
Merge branch 'main' of github.com:mccurdyc/gitrs
2 parents 53ea30d + b340efd commit 8a4a413

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@ For example, `$HOME/{work,personal}` with separate gitrs configs.
6969
remote updates need fetched.
7070
- [ ] (TODO) Nix package
7171

72+
## Adoption
73+
74+
- I'm still considering whether or not I want to `add` to support multiple repos.
75+
76+
```bash
77+
mv src/ src.bak/
78+
79+
for d in ~/src.bak/github.com/org/*; do
80+
gitrs add $(echo ${d##*src.bak/})
81+
done
82+
83+
gitrs sync
84+
```
85+
7286
## Inspiration
7387

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

0 commit comments

Comments
 (0)