blob: a6ec697aa30197809fe1a73d071be790b0853694 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[user]
email = turret@duck.com
name = turret
signingkey = D498C1B2BD871C4BE37D7FF03A0A545576502850
[commit]
gpgsign = true
[pull]
rebase = true
[alias]
scrub = reset --hard @{upstream}
|