chore(all): change stuff in a lot of things
This commit is contained in:
parent
ce796e3c6e
commit
e189b6856a
13 changed files with 171 additions and 185 deletions
|
@ -32,3 +32,5 @@
|
|||
rebase = false
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[alias]
|
||||
count-lines = "! git log --author=\"$1\" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf \"added lines: %s, removed lines: %s, total lines: %s\\n\", add, subs, loc }' #"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue