Initial commit
This commit is contained in:
15
git/.gitconfig
Normal file
15
git/.gitconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
[user]
|
||||
name = seajee
|
||||
email = teapods@proton.me
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
||||
[alias]
|
||||
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[credential]
|
||||
helper = store
|
||||
Reference in New Issue
Block a user