blob: 442f20233c5ba27404a69103394a2832f9b4b644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[user]
name = Karel Kočí
email = cynerd@email.cz
signingkey = A6BC8B8CEB31659B
[push]
default = simple
[core]
editor = vim
[commit]
gpgsign = true
[merge]
tool = vimdiff
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
[commit]
verbose = true
|