17 lines
324 B
Text
17 lines
324 B
Text
[init]
|
|
defaultBranch = main
|
|
|
|
[alias]
|
|
logs = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
|
|
co = checkout
|
|
br = branch
|
|
|
|
[user]
|
|
useConfigOnly = true
|
|
|
|
[core]
|
|
editor = nvim
|
|
|
|
[user]
|
|
name = bumpsoo
|
|
email = bumpsoo063@protonmail.ch
|