-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
27 lines (27 loc) · 843 Bytes
/
Copy pathgitconfig
File metadata and controls
27 lines (27 loc) · 843 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
[user]
name = Daniel Kosinski
email = de.kosinski@gmail.com
[credential]
helper = cache --timeout=3600
[alias]
pom = push origin master
lg = log --color --graph --pretty=lg
co = checkout
slg = stash list --pretty=reflg
st = status
lgf = log --decorate --all --graph --stat --pretty=lg
df = diff
cms = commit -m
aa = add --all
dc = diff --cached
[color]
ui = true
[core]
excludesfile = ~/dotfiles/gitignore
editor = vim
[commit]
verbose = true
[pretty]
lg = %C(red)%h%C(reset) %C(green)%ci%C(reset) %s %C(bold blue)-- %an%C(reset)%C(yellow)%d%C(reset)
lge = %C(red)%h%C(reset) %C(green)%ci%C(reset) %s %C(bold blue)-- %an <%ae>%C(reset)%C(yellow)%d%C(reset)
reflg = %C(red)%h%C(reset) %C(green)%ci%C(reset) %s %C(bold blue)-- %an%C(reset) %C(yellow)(%gd)%C(reset)