1
0
Fork 0

make git commits verbose (show diff)

This commit is contained in:
tastytea 2022-09-17 02:12:18 +02:00
parent 465d5cfc4d
commit 79d4e732c8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
# -*- indent-tabs-mode: t -*-
[user]
email = tastytea@tastytea.de
name = tastytea
@ -24,6 +23,7 @@
tool = meld
[commit]
gpgSign = true
verbose = true
[tag]
gpgSign = true
[log]
@ -52,3 +52,5 @@
user = tastytea
[include]
path = config.local
; vim: set noet: -*- indent-tabs-mode: t -*-