forked from galactic-void/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
41 lines (41 loc) · 770 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
39
40
41
[user]
name = electro7
email = [email protected]
[color]
ui = true
[color "branch"]
current = green bold
remote = red bold
[color "diff"]
meta = yellow
frag = cyan bold
old = red bold
new = green bold
[color "status"]
added = green bold
changed = red bold
untracked = red bold
[core]
editor = vim
excludesfile = /home/electro7/.gitignore_global
autocrlf = input
[github]
user = electro7
[diff]
tool = vimdiff
[difftool]
prompt = false
[merge]
tool = vimdiff
[mergetool]
keepBackup = false
[alias]
last = log -1 HEAD
l = log --pretty=format:'%C(yellow)%h%C(magenta)%d%Creset %s %C(cyan)%cr%Creset' --graph
s = status -sb
[credential]
helper = cache --timeout=3600
[format]
pretty = oneline
[push]
default = matching