Use include in your gitconfig

Bu işleme şunda yer alıyor:
Thomas FORGIONE 2016-11-22 10:37:16 +01:00
ebeveyn 1d88ae66eb
işleme 6c5e0dcce8
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 2A210FFC062E00C3
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme

Dosyayı Görüntüle

@ -1,6 +1,3 @@
[user]
name = Thomas FORGIONE
email = thomas.forgione@gmail.com
[credential]
helper = cache
[push]
@ -20,3 +17,5 @@
quotepath = false
[merge]
tool=meld
[commit]
gpgsign = true

Dosyayı Görüntüle

@ -17,7 +17,6 @@ function main {
make_link vimrc .vimrc
make_link ycm_extra_conf.py .vim/ycm_extra_conf.py
make_link awesome .config/awesome
make_link gitconfig .gitconfig
}