-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
44 lines (44 loc) · 888 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
42
43
44
[user]
name = Octavian Sima
email = [email protected]
[github]
user = octaviansima
[hub]
protocol = https
[core]
editor = vim -f
[push]
config = default
default = tracking
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = blue
frag = magenta
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = blue
[alias]
a = add -u
aa = add --all :/
ap = add -u -p
b = branch
c = commit -v
co = checkout
d = diff
ds = diff --staged
dw = diff --color-words
l = log --pretty='format:%C(yellow)%h %C(blue)%ad %C(reset)%s%C(red)%d %C(green)%an%C(reset), %C(cyan)%ar' --date=short
s = status -s -b