[user]
    name = Bigbrotr
    email = hello@bigbrotr.com

[core]
    editor = code --wait
    autocrlf = input

[init]
    defaultBranch = main

[push]
    default = simple

[pull]
    rebase = true

[alias]
    st = status
    co = checkout
    br = branch
    ci = commit
    lg = log --oneline --graph --decorate
