blob: bf61c217bc6535cb54e8cc1776c68aa36b5c9d74 (
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
|
[init]
defaultBranch = master
[pager]
branch = false
[alias]
a = add
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
|