Compare commits
No commits in common. "4deeda891328e5692648f42644e39b8e1c2f6b8d" and "c5cf7ad4099aeb8b62acc6acba8b06eb29615028" have entirely different histories.
4deeda8913
...
c5cf7ad409
|
@ -1,4 +0,0 @@
|
|||
# ~/.config/user-tmpfiles.d/downloads.conf
|
||||
#
|
||||
# $XDG_RUNTIME_DIR/Downloads/
|
||||
d %t/Downloads 0700 - - - -
|
|
@ -4,11 +4,8 @@
|
|||
signingkey = DD5E787D6C678F3F64
|
||||
[alias]
|
||||
add-commit = !git add -A && git commit
|
||||
report = log --author=J --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
|
||||
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
lg = !"git lg1"
|
||||
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]
|
||||
|
@ -18,5 +15,3 @@
|
|||
defaultBranch = main
|
||||
[pull]
|
||||
rebase = false
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
|
|
Loading…
Reference in New Issue