Add reports
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
name = KenwoodFox
|
name = KenwoodFox
|
||||||
[alias]
|
[alias]
|
||||||
add-commit = !git add -A && git commit
|
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]
|
[global]
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|||||||
Reference in New Issue
Block a user