Initial commit: bash, zsh, docker, git, subl
This commit is contained in:
25
git/.gitconfig
Normal file
25
git/.gitconfig
Normal file
@@ -0,0 +1,25 @@
|
||||
[core]
|
||||
editor = nano
|
||||
autocrlf = input
|
||||
[commit]
|
||||
gpgSign = true
|
||||
[tag]
|
||||
gpgSign = true
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[push]
|
||||
default = current
|
||||
followTags = true
|
||||
[pull]
|
||||
default = current
|
||||
rebase = false
|
||||
[diff "bin"]
|
||||
textconv = hexdump -v -C
|
||||
[help]
|
||||
autocorrect = 1
|
||||
[remote "origin"]
|
||||
prune = true
|
||||
[include]
|
||||
path = ~/.git_aliases
|
||||
[include]
|
||||
path = ~/.gitconfig.extra ; use this file to store other personal settings and aliases
|
||||
Reference in New Issue
Block a user