blob: 2d8bbd01b7819e60da5402b690f5f6bb53a9fd8c (
plain)
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
|
[user]
email = bluewind@xinu.at
name = Florian Pritz
signingkey = 0x4CE1C13E
[alias]
co = checkout
s = status
l = log --graph --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --decorate=short
m = commit -vs
ap = add -pi
cp = cherry-pick
dic = diff --cached --stat -p
d = diff --stat -p
am = am -s
c = cherry -v
b = branch -vv
sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b'
sp = show --stat -p
[merge]
tool = vimdiff
[push]
default = current
[color]
ui = true
[sendemail]
smtpserver = /usr/bin/msmtp
envelopesender = bluewind@xinu.at
chainreplyto = false
suppresscc = self
#cccmd = git-cc
[mergetool "cp"]
cmd = cp \"$REMOTE\" \"$MERGED\"
[mergetool "vimdiff3"]
cmd = vim -f -d -c \"wincmd J\" \"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\"
[core]
excludesfile = ~/.gitignore
[log]
decorate = full
|