working version
This commit is contained in:
9
example/dotfiles-repo/_shared/git/.gitconfig
Normal file
9
example/dotfiles-repo/_shared/git/.gitconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
[user]
|
||||
name = Example User
|
||||
email = example@example.com
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
Reference in New Issue
Block a user