summaryrefslogtreecommitdiff
path: root/config/git/gitconfig
blob: 3d0a9453473b6e6c2d03d6c9ab23b0912de3db22 (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
[init]
	defaultBranch = master

[pager]
	branch = false

[alias]
	br = branch
	ci = commit
	co = checkout
	df = diff
	ds = diff --staged
	st = status
	pushall = "!for r in $(git remote); do git push --all \"$r\"; done"

[user]
	email = suleyman@farajli.net
	name = Suleyman Farajli
	# signingkey = <to be set manually>

[commit]
	gpgSign = true

[tag]
	gpgSign = true

[gpg]
	format = openpgp