-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
17 lines (17 loc) · 764 Bytes
/
gitconfig
File metadata and controls
17 lines (17 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
name = Mikko Lehto
[color]
ui = true
[alias]
co = checkout
logd = log --decorate
logg = log --decorate --graph --all
loga = log --decorate --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%Creset %s %Cgreen(%cr) %C(bold blue)%cn <%ce> %C(reset)¿%C(red)%an (%ae)%Creset?' --
logt = log --color --graph --pretty=format:'%Cred%h%Creset %C(yellow)%cn %cI%Creset %C(bold blue)%an %aI %C(reset) %s %C(red)%d%C(reset)' --
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
logf = log -p -M --follow --stat --
difs = diff --staged
stat = status -bs
lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%ae>(%ce)%Creset' --abbrev-commit --
[push]
default = simple