forked from jmelis/system-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
30 lines (30 loc) · 808 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
[user]
name = Tino Vazquez
email = [email protected]
[color]
ui = auto
wtf = auto
[gist]
private = true
browse = false
[push]
default = current
[alias]
slog = log --abbrev-commit --oneline
sl = log --abbrev-commit --oneline
cx = cherry-pick -x
st = status
br = branch
s = status
co = checkout
nb = checkout -b
ack = !git-ack
find = !git-find
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
lol = log --oneline --graph --decorate
lola = log --oneline --graph --decorate --all
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[gui]
spellingdictionary = none
[credential]
helper = cache