desktop-ubuntu/git/.gitconfig

28 lines
281 B
INI
Raw Normal View History

2023-06-18 15:34:39 +02:00
[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]