1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/git/.gitconfig

10 lines
178 B
INI
Raw Normal View History

2016-11-09 13:09:59 +00:00
[core]
2019-10-18 11:30:44 +00:00
editor = emacs
2017-04-23 04:01:16 +00:00
excludesfile = /home/alrayyes/.gitignore_global
2016-11-09 13:09:59 +00:00
[user]
2019-10-15 17:24:35 +00:00
email = ryan@ryankes.eu
2018-10-21 12:02:10 +00:00
name = Ryan Kes
2019-10-15 17:24:35 +00:00
signingkey = ryan@ryankes.eu
2019-10-18 11:30:44 +00:00
[push]
default = matching