[init] defaultBranch = trunk [credential] helper = store [core] eol = lf [pull] rebase = false [user] email = blake@blakenorth.net name = PowerUser64 [safe] directory = /storage/emulated/0/docs directory = /mnt/windows/Users/blake/AppData/Local/nvim directory = /mnt/windows/Users/blake/git/gam150/unknown-dust_demon [color] ui = auto [alias] a = add br = branch c = commit ca = commit -a caam = commit -a --amend cam = commit --amend caps = !git commit -a && git push ch = checkout d = diff f = fetch g = "! git" lg = log ok = pull pl = pull ps = push psf = push -f psnew = "! git push --set-upstream origin \"$(git branch --show-current)\"" reb = rebase rem = remote rest = restore s = status st = stash sub = submodule subup = sub update --init --recursive sw = switch t = tree tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all [sendemail] smtpserver = mail.blakenorth.net smtpuser = blake@blakenorth.net smtpencryption = ssl smtpserverport = 465 confirm = auto [filter "lfs"] smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true clean = git-lfs clean -- %f # vim:noet