Initial commit
This commit is contained in:
10
dotfiles/common/.gitconfig
Normal file
10
dotfiles/common/.gitconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
# This is Git's per-user configuration file.
|
||||
[user]
|
||||
email = bryanroessler@gmail.com
|
||||
name = Bryan Roessler
|
||||
[color]
|
||||
ui = auto
|
||||
[credential]
|
||||
helper = cache
|
||||
[init]
|
||||
defaultBranch = main
|
||||
Reference in New Issue
Block a user