-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
70 lines (59 loc) · 1.59 KB
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# User-wide Global Configuration of Git VCS
#
# Documentation: Refer git-config(1) manual page(manpage)
#
# A '#' or ';' character indicates a comment
; Core variables
[core]
; Don't escape special characters to support proper rendering of paths with CJK characters
quotepath = false
[user]
name = 林博仁(Buo-ren Lin)
email = [email protected]
signingkey = FBEEC3C6
; Sub-command aliases
[alias]
denny-git-log = log --color --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
contributors = shortlog -e --summary --numbered
[color]
ui = true
[gui]
editor = kate --startanon --block
historybrowser = gitk
; Configuration of Git Cola
; Documentation: Git Cola > Help > Documentation
[cola]
boldheaders = true
tabwidth = 4
linebreak = false
spellcheck = true
fontdiff = Noto Sans Mono CJK TC,11,-1,5,50,0,0,0,0,0
showpath = false
icontheme = default
hidpi = 0
theme = default
autodetectproxy = true
refreshonfocus = true
autoloadcommittemplate = false
resizebrowsercolumns = true
blockcursor = true
statusshowtotals = true
; Credential Cache Helper
[credential]
helper = cache --timeout 10800
[pull]
rebase = false
[init]
defaultBranch = main
; Configuration for the git-ubuntu utility
[gitubuntu]
lpuser = brlin
; Enable PGP-sign for commit and tag operations by default
[commit]
gpgSign = true
[tag]
gpgSign = true
; Allow lp: abbreviation for repositories hosted on Launchpad
; https://help.launchpad.net/Code/Git#Configuring_Git
[url "git+ssh://[email protected]/"]
insteadof = lp: