-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
50 lines (48 loc) · 1.42 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[user]
name = Marco Lechner, GeoBoink
email = lechner@geoboink.de
signingkey =
[alias]
st = status
stu = status -uno
lg = log --graph --all --pretty=format:'%Cred%h%Creset - %C(bold red)%G? %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --decorate
lgd = log --graph --all --pretty=format:'%Cred%h%Creset - %C(bold red)%G? %C(yellow)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --abbrev-commit --date=iso --decorate
lgo = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --decorate
cm = commit -v
cv = commit -v
cvs = commit -v -SBE88770D
unstage = "reset HEAD "
au = add . -u
fa = fetch --all
rv = remote -v
bv = branch -ravv
bd = branch -r --no-merged
bdv = branch -ravv --no-merged
bc = branch -r --contains
bcv = branch -ravv --contains
ftech = fetch
co = checkout
clear = !clear
subsync = submodule sync
subdate = submodule update --init --recursive
ccc = credential-cache exit
clo = clone --recursive
[color]
ui = auto
branch = always
status = auto
[merge]
tool = meld
[core]
editor = vim
askpass =
[push]
default = current
[status]
showUntrackedFiles = all
[diff]
tool = meld
[credential]
helper = cache
[mergetool]
keepBackup = false