add stow
This commit is contained in:
4
.gitconfig.d/.gitignore
vendored
4
.gitconfig.d/.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/*
|
||||
!.gitignore
|
||||
/*
|
||||
!.gitignore
|
||||
!example.gitconfig
|
@ -1,14 +1,14 @@
|
||||
[user]
|
||||
email = user@mail
|
||||
name = John Doe
|
||||
signingkey = 1234
|
||||
[credential]
|
||||
helper = store
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
autocrlf = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[user]
|
||||
email = user@mail
|
||||
name = John Doe
|
||||
signingkey = 1234
|
||||
[credential]
|
||||
helper = store
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
autocrlf = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
Reference in New Issue
Block a user