-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig.symlink
70 lines (70 loc) · 1.71 KB
/
gitconfig.symlink
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]
name = Platinum Thinker
email = platinumthinker@gmail.com
[core]
editor = git
editor = /usr/bin/vim
excludesfile = ~/.gitignore
[diff]
renames = true
[includeIf "gitdir:~/develop/ptsecurity/"]
path = ~/develop/ptsecurity/gitconfig
[color]
ui = auto
diff = auto
status = auto
branch = auto
interactive = auto
grep = auto
[github]
user = platinumthinker
[bitbucket]
user = platinumthinker
[pull]
rebase = true
[rebase]
autoStash = true
[alias]
lg = log --abbrev-commit --decorate --pretty=oneline
dag = log --graph --format='format:%C(yellow)%h%C(reset) %C(blue)\"%an\" <%ae>%C(reset) %C(magenta)%ar%C(reset)%C(auto)%d%C(reset)%n%s' --date-order
[merge]
tool = fugitive
[mergetool "fugitive"]
cmd = vim -f -c \"Gvdiff\" -d \"$REMOTE\"
trustExitCode = false
keepBackup = false
[push]
default = simple
[tig]
ignore-case = yes
wrap-lines = yes
ignore-space = all
horizontal-scroll = 20%
show-changes = yes
show-notes = yes
vertical-split = false
line-graphics = utf-8
tab-size = 4
[tig "color"]
; Possible colors: white, black, green, magenta, blue, cyan, yellow, red, default
title-focus = default blue bold
title-blur = default cyan bold
# Main view
main-tag = red default bold
main-local-tag = red default
main-remote = green default
main-replace = blue default
main-ref = cyan default
main-head = cyan default bold
# Status view
stat-staged = red default
stat-unstaged = yellow default
stat-untracked = magenta default
[rerere]
enabled = 1
[credential]
helper = /usr/lib/git-core/git-credential-libsecret
[init]
defaultBranch = master
[gist]
home = /home/ate/.cache/gister