anthony / Git configs

0 лайк(-ов)
0 форк(-ов)
2 файл(-ов)
Последняя активность 1740109988
My favourite global .gitconfig with aliases (ru comments)
1 [user]
2 # ...
3 # signingkey = <key>
4 # git config user.signingkey ... -- установить ключ
5 [commit]
6 gpgSign = true
7 [tag]
8 gpgSign = true
9 [push]
10 default = current
Новее Позже