File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ python -m pip install -e .
34
34
## Usage
35
35
36
36
* ` 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
40
40
41
41
### Sync large number of git repos
42
42
43
43
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.
45
45
46
46
* ` gitmodified ` check if any local repos have pending changes
47
47
* ` gitcheck ` check if any remote repos are ahead of local
You can’t perform that action at this time.
0 commit comments