config (616B)
1 [core] 2 editor = nvim 3 autocrlf = input 4 [user] 5 email = jbauer@paritybit.ca 6 name = Jake Bauer 7 [sendemail] 8 smtpserver = mail.paritybit.ca 9 smtpuser = jbauer 10 smtpencryption = tls 11 smtpserverport = 587 12 annotate = yes 13 [alias] 14 co = checkout 15 sw = switch 16 br = branch 17 r = restore 18 c = commit 19 cm = commit -m 20 s = status 21 p = push 22 pu = pull 23 u = unstage 24 a = add 25 hist = log --graph --topo-order --date=short --pretty=format:'%C(auto)%h %C(reset)%<(52)%s %C(bold blue)%<(30)%ae %C(reset)%C(green)%cr (%cd) %C(auto)%d' 26 [pull] 27 rebase = true 28 [push] 29 default = simple 30 followTags = true 31 [init] 32 defaultBranch = release