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

[pager]
	branch = false

[alias]
	co = checkout
	br = branch
	ci = commit
	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