Make Git use XDG basedir
This commit is contained in:
parent
2b618fcb47
commit
df945fc92b
2 changed files with 1 additions and 1 deletions
37
git/config
Normal file
37
git/config
Normal file
|
@ -0,0 +1,37 @@
|
|||
[user]
|
||||
name = Jonathan Schleifer
|
||||
email = js@nil.im
|
||||
signingkey = 30E6948FAC8042B58CB4A96EE2BCCE6B35E1AF8B
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
interactive = auto
|
||||
|
||||
[alias]
|
||||
ci = commit -S
|
||||
co = checkout
|
||||
d = diff
|
||||
ds = diff --staged
|
||||
server = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
|
||||
slog = log --show-signature
|
||||
sshow = show --show-signature
|
||||
st = status -s
|
||||
|
||||
[format]
|
||||
signature = Jonathan
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
|
||||
[push]
|
||||
default = matching
|
||||
|
||||
[gpg]
|
||||
program = gpg2
|
||||
|
||||
[url "git@github.com:"]
|
||||
insteadOf = https://github.com/
|
||||
pushInsteadOf = https://github.com/
|
||||
|
||||
[fetch]
|
||||
fsckObjects = true
|
Loading…
Add table
Add a link
Reference in a new issue