Updated gitconfig to use new GNOME Commit GUI
This commit is contained in:
parent
5bc0a2090c
commit
7149ff2ba4
1 changed files with 4 additions and 0 deletions
|
@ -10,7 +10,11 @@
|
||||||
[format]
|
[format]
|
||||||
signOff = true
|
signOff = true
|
||||||
[core]
|
[core]
|
||||||
|
{% if yadm.os == "Linux" %}
|
||||||
|
editor = flatpak run re.sonny.Commit
|
||||||
|
{% else %}
|
||||||
editor = micro
|
editor = micro
|
||||||
|
{% endif %}
|
||||||
pager = less -r
|
pager = less -r
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
Loading…
Reference in a new issue