anthony / Git configs
0 喜欢
0 派生
2 文件
最后活跃于
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 |
上一页
下一页