dotfiles/dot_oh-my-zsh/dot_git/config

24 lines
519 B
Plaintext

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
eol = lf
autocrlf = false
[fsck]
zeroPaddedFilemode = ignore
[fetch "fsck"]
zeroPaddedFilemode = ignore
[receive "fsck"]
zeroPaddedFilemode = ignore
[oh-my-zsh]
remote = origin
branch = master
lastVersion = 872b5cd4086a5547dbf788dda4e96ab3868cf59b
[remote "origin"]
url = https://github.com/ohmyzsh/ohmyzsh.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master