-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitconfig
38 lines (38 loc) · 873 Bytes
/
.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
[user]
name = Dmitry Mazuro
email = [email protected]
signingkey = BBA8D11E
[core]
excludesfile = ~/.gitignore_global
editor = emacs --no-window-system
pager = diff-so-fancy | less --tabs=1,5 -RFX
[diff]
tool = vimdiff
[merge]
tool = vimdiff
conflictStyle = diff3
[difftool "vimdiff"]
cmd = vim -f -d \"$LOCAL\" \"$REMOTE\"
[push]
default = current
autoSetupRemote = true
[color]
ui = true
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all
st = status -sb
[github]
user = t3chnoboy
oauth-token =
[url "[email protected]:"]
insteadOf = "https://github.com/"
[commit]
gpgsign = false
[magithub]
online = false
[magithub "status"]
includeStatusHeader = false
includePullRequestsSection = false
includeIssuesSection = false
[pull]
ff = only