desktop-ubuntu/git/.gitconfig

28 lines
281 B
INI

[core]
excludesfile = ~/.gitignore
editor = subl
[user]
name = Dym Sohin
email = re@dym.sh
[push]
default = matching
[credential]
helper = cache --timeout 3600
[diff]
tool = subl
[difftool]
prompt = false
[init]
defaultBranch = latest
[pull]
rebase = true
[safe]