13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
# vim: ft=gitconfig
|
|
|
|
[github]
|
|
user = "thek4n"
|
|
email = "thek4n@yandex.ru"
|
|
|
|
[user]
|
|
name = "thek4n"
|
|
email = "thek4n@yandex.ru"
|
|
signingkey = "thek4n"
|
|
|
|
[url "git@github.com:TheK4n/notes"]
|
|
insteadOf = "git@github.com:TheK4n/notes" |