mirror of
https://github.com/itme-brain/git.git
synced 2026-03-23 17:49:42 -04:00
initial git config
This commit is contained in:
commit
b20a21f879
2 changed files with 29 additions and 0 deletions
22
config
Normal file
22
config
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
|
||||
[mergetool "vimdiff"]
|
||||
trustExitCode = true
|
||||
|
||||
[url "git@github.com:itme-brain/"]
|
||||
insteadOf = https://github.com/itme-brain/
|
||||
|
||||
[user]
|
||||
name = Bryan Ramos
|
||||
email = bryan@ramos.codes
|
||||
signingKey = F1F3466458452B2DF351F1E864D12BA95ACE1F2D
|
||||
|
||||
[commit]
|
||||
gpgSign = false
|
||||
7
ignore
Normal file
7
ignore
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
node_modules
|
||||
.direnv
|
||||
dist-newstyle
|
||||
.nuxt/
|
||||
.output/
|
||||
dist
|
||||
result
|
||||
Loading…
Add table
Add a link
Reference in a new issue