1
Fork 0

Update git config

This commit is contained in:
Joshua Goins 2023-10-21 07:36:03 -04:00
parent fa82fd9fd5
commit e87298c70e
2 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,15 @@
[core]
# disable autocrlf
autocrlf = input
excludesfile = ~/.config/git/excludes
[color]
ui = auto
[pull]
ff = only
[init]
defaultBranch = main
[push]
default = nothing
[alias]
# pushes to all remotes (currently lacking a way to specify ref name, it will push EVERYTHING)
push-all = !git remote | xargs -L1 git push --all

View file

@ -0,0 +1,2 @@
.directory
.idea/