1
1
Fork 0

Add reports

This commit is contained in:
Kenwood 2021-10-14 11:21:24 -04:00
parent bc978af2c5
commit dc9a7b745c
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
name = KenwoodFox
[alias]
add-commit = !git add -A && git commit
report = "log --author=Joe --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"
report-csv = "log --author=Marco --since='2 sunday ago' --until='1 sunday ago' --format='\"%ci\",\"%s\"' --no-merges"
[credential]
helper = store
[global]
[push]
default = current