forked from kennyadsl/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig.local
47 lines (46 loc) · 1.04 KB
/
gitconfig.local
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
[user]
name = Paolo Tatone
email = [email protected]
signingkey = 79A128E5FB295072
[alias]
ci = commit
cm = commit -m
br = branch
brr = branch --remote
co = checkout
df = diff
dfc = diff --cached
s = status
who = shortlog -s --
pr = pull --rebase
ri = rebase -i origin/master
co- = checkout -
co-2 = checkout @{-2}
l = log --pretty=colored
lg = log --graph --pretty=complete --abbrev-commit --date=relative
ll = log --stat --abbrev-commit
[pretty]
colored = format:%Cred%h%Creset %s %Cgreen(%cr) %C(bold blue)%an%Creset
complete = format:%Cred%h%Creset -%C(yellow)%d%Creset %s (%C(green)%cr%Creset by %C(magenta)%an%Creset)
[color]
ui = true
diff = true
status = true
branch = auto
[github]
user = aleph1ow
[commit]
gpgsign = true
[core]
[pull]
default = current
[push]
default = current
[hub]
protocol = https
[url "http://github.com/"]
insteadof = git://github.com/
[url "https://github.com/"]
insteadof = git://github.com/
[url "https://github.com/"]
insteadof = ssh://[email protected]/