Skip to content

Commit dbda92f

Browse files
committed
doc
1 parent 8896224 commit dbda92f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ python -m pip install -e .
3434
## Usage
3535

3636
* `gitbranch` Tells of any non-master branches under directory ~/code
37-
* `gitemail` list all contributor email addresses. Optionally, amend email addresses for prior Git commits
38-
* find_missing_file: find directories missing exact fullpath to file
39-
* find_matching_file: find directories matching exact fullpath to file
37+
* `gitemail` list all contributor email addresses. To fix unwanted emails use [Git-filter-repo](https://www.scivision.dev/git-update-email-address/)
38+
* `find_missing_file`: find directories missing exact fullpath to file
39+
* `find_matching_file`: find directories matching exact fullpath to file
4040

4141
### Sync large number of git repos
4242

4343
These assume numerous subdirectories under `~/code`.
44-
They work very quickly for large numbers (100+) repos.
44+
They work very quickly for large numbers (100+) of repos.
4545

4646
* `gitmodified` check if any local repos have pending changes
4747
* `gitcheck` check if any remote repos are ahead of local

0 commit comments

Comments
 (0)