mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
23 lines
433 B
Text
23 lines
433 B
Text
[init]
|
|
defaultBranch = main
|
|
|
|
[author]
|
|
email = tyler@tylermayoff.com
|
|
name = Tyler Mayoff
|
|
[user]
|
|
email = tyler@tylermayoff.com
|
|
name = Tyler Mayoff
|
|
[core]
|
|
excludesFile = ~/.config/git/gitignore
|
|
[merge]
|
|
tool = vscode
|
|
[mergetool "vscode"]
|
|
cmd = code --wait --merge $REMOTE $LOCAL $BASE $MERGED
|
|
[diff]
|
|
tool = vscode
|
|
[difftool "vscode"]
|
|
cmd = code --wait --diff $LOCAL $REMOTE
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
autoSetupRemote = true
|