-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
50 lines (50 loc) · 1009 Bytes
/
Copy path.gitconfig
File metadata and controls
50 lines (50 loc) · 1009 Bytes
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
[user]
name = NathanMarq
email = NathanMarq@gmail.com
[push]
default = nothing
[core]
excludesfile = ~/.gitignore
editor = vim
whitespace = trailing-space,space-before-tab
[alias]
ci = commit -a -v
co = checkout
st = status
praise = blame
br = branch
df = diff
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
rb = rebase
[apply]
whitespace = fix
[color]
ui = true
interactive = true
[color "branch"]
current = yellow reverse
local = green
remote = red
plain = white
untracked = cyan
[color "diff"]
meta = blue
frag = black
old = red
new = green
renames = copy
whitespace = blue reverse
[color "status"]
added = yellow
updated = green
changed = red
untracked = cyan
nobranch = blue
[github]
user = NathanMarq
[help]
autocorrect = 1
[merge]
tool = opendiff
[pager]
color = true