-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
34 lines (28 loc) · 988 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
[user]
email = [email protected]
name = Andreas Isaak
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
st = status -s -b
co = checkout
cim = commit -m
ci = commit
pom = push origin master
l = log --pretty=format:'%C(yellow)%h%Cred%d%Creset %s %Cgreen(%cr %an)%Creset' --abbrev-commit --date=relative
lg = log --graph --pretty=format:'%C(yellow)%h%Cred%d%Creset %s %Cgreen(%cr %an)%Creset' --abbrev-commit --date=relative
la = log --graph --all --pretty=format:'%C(yellow)%h%Cred%d%Creset %s %Cgreen(%cr %an)%Creset' --abbrev-commit --date=relative
nff = merge --no-ff --no-edit
[push]
default = simple
[credential]
helper = cache --timeout 228800
[core]
excludesfile = ~/.gitignore_global
[color]
branch = auto
diff = auto
status = auto
interactive = auto
[core]
excludesfile = /home/isaak/.gitignore