aboutsummaryrefslogtreecommitdiff
path: root/.config/git/config
blob: ecac9320cd0cdb0c00b89f0d8ce643122645c8b6 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[alias]
	a    = add
	b    = branch
	bc   = branch-cleanup
	c    = commit
	ca   = commit --amend --reset-author
	co   = checkout
	cob  = checkout -b
	ct   = tag -s
	d    = diff
	fo   = fetch origin
	l    = log --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:'%C(6)%ad %C(3)%h%Creset %s %C(7)by %C(2)%ae%C(7):%C(5)%G?'
	lg   = log --graph --abbrev-commit --decorate --date=relative --all
	mirror-add = ! git remote set-url --add --push origin
	p    = push
	pa   = push-all
	prev = ! git show "HEAD:$1"
	r    = rebase --rebase-merges -i
	ra   = commit --amend --no-edit -a
	rc   = rebase --continue
	s    = status -s
	t    = tag --sort=-v:refname
	tr   = for-each-ref --sort=taggerdate --format '%(tag)' refs/tags

[commit]
	gpgsign = true

[core]
	pager        = less -R
	excludesfile = ~/.config/git/ignore

[credential "https://git-codecommit.eu-central-1.amazonaws.com"]
	helper = !aws --profile "xx-lab" codecommit credential-helper $@
	UseHttpPath = true

[diff]
	tool = vimdiff

[difftool]
	prompt = false

[init]
	defaultBranch = master

[merge]
	tool = vimdiff

[pull]
	default = current
	rebase = true

[push]
	default = current
	followTags = true

[user]
	email      = p.spek@tyil.nl
	name       = Patrick Spek
	signingkey = 1660F6A2DFA75347322A4DC07A6AC285E2D98827
[safe]
	directory = *