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]
|
||||
signOff = true
|
||||
[core]
|
||||
{% if yadm.os == "Linux" %}
|
||||
editor = flatpak run re.sonny.Commit
|
||||
{% else %}
|
||||
editor = micro
|
||||
{% endif %}
|
||||
pager = less -r
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
Loading…
Reference in a new issue