Added Git
This commit is contained in:
9
home/private_dot_config/git/config.tmpl
Normal file
9
home/private_dot_config/git/config.tmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
[user]
|
||||
email = {{ .email }}
|
||||
name = {{ .git_name }}
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[merge]
|
||||
ff = true
|
Reference in New Issue
Block a user