organize dirs
This commit is contained in:
24
~/Git/.gitconfig
Normal file
24
~/Git/.gitconfig
Normal file
@@ -0,0 +1,24 @@
|
||||
[alias]
|
||||
co = checkout
|
||||
cm = commit
|
||||
br = branch
|
||||
st = status
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[user]
|
||||
name = Alexander Popov
|
||||
email = iiiypuk@fastmail.fm
|
||||
signingkey = 3F76816AEE08F908
|
||||
[core]
|
||||
eol = lf
|
||||
autocrlf = input
|
||||
excludesFile = ~/.gitignore
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
program = /usr/bin/gpg
|
||||
[init]
|
||||
defaultBranch = master
|
||||
Reference in New Issue
Block a user