feat: add github handle
This commit is contained in:
parent
f94d4c38d4
commit
769865358c
2 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
{{ $name := promptString "name" -}}
|
{{ $name := promptString "name" -}}
|
||||||
{{ $email := promptString "email" -}}
|
{{ $email := promptString "email" -}}
|
||||||
|
{{ $github := promptString "github" -}}
|
||||||
|
|
||||||
encryption = "age"
|
encryption = "age"
|
||||||
[age]
|
[age]
|
||||||
|
@ -17,4 +18,5 @@ encryption = "age"
|
||||||
hostname = {{ $hostname | quote }}
|
hostname = {{ $hostname | quote }}
|
||||||
hosttype = {{ $hosttype | quote }}
|
hosttype = {{ $hosttype | quote }}
|
||||||
name = {{ $name | quote }}
|
name = {{ $name | quote }}
|
||||||
email = {{ $email | quote }}
|
email = {{ $email | quote }}
|
||||||
|
github = {{ $github | quote }}
|
|
@ -3,7 +3,8 @@ name = {{ .name | quote }}
|
||||||
email = {{ .email | quote }}
|
email = {{ .email | quote }}
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
push-bookmark-prefix = "thermokarst/jj-"
|
push-bookmark-prefix = "{{ .github }}/jj-"
|
||||||
|
private-commits = "description(glob:'private:*')"
|
||||||
|
|
||||||
[revset-aliases]
|
[revset-aliases]
|
||||||
'stack()' = 'main..@'
|
'stack()' = 'main..@'
|
||||||
|
|
Loading…
Add table
Reference in a new issue