mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
added git config
This commit is contained in:
parent
aab015680d
commit
e93090ba51
1 changed files with 23 additions and 0 deletions
23
dot_config/git/config
Normal file
23
dot_config/git/config
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
[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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue