feat: bifurcating profiles

This commit is contained in:
Matthew Ryan Dillon 2025-01-02 14:40:58 -05:00
parent d97474bff6
commit e2378b0737
11 changed files with 148 additions and 23 deletions

View file

@ -1,9 +1,9 @@
[user]
name = {{ .name | quote }}
email = {{ .email | quote }}
email = {{ .email_personal | quote }}
[git]
push-bookmark-prefix = "202501_{{ .github }}_jj_"
push-bookmark-prefix = "{{ .github_personal }}_jj_"
private-commits = "description(glob:'private:*')"
[revset-aliases]
@ -27,3 +27,10 @@ diff-args = [
"--syntax-theme", "base16",
"$left", "$right",
]
[[--scope]]
--when.repositories = ["~/Klaviyo"]
[--scope.user]
email = {{ .email_work | quote }}
[--scope.git]
push-bookmark-prefix = "202501_{{ .github_work }}_jj_"