2021-10-13 01:52:29 -07:00
|
|
|
[init]
|
|
|
|
defaultBranch = trunk
|
2021-10-27 17:33:07 -07:00
|
|
|
|
2021-08-07 21:24:26 -07:00
|
|
|
[credential]
|
|
|
|
helper = store
|
2021-10-27 17:33:07 -07:00
|
|
|
|
2021-10-01 01:33:07 -07:00
|
|
|
[pull]
|
2021-10-12 22:19:07 -07:00
|
|
|
rebase = false
|
2021-10-27 17:33:07 -07:00
|
|
|
|
2021-08-07 21:24:26 -07:00
|
|
|
[user]
|
2022-10-02 04:19:16 -07:00
|
|
|
email = blake@blakenorth.net
|
2021-08-07 21:24:26 -07:00
|
|
|
name = PowerUser64
|
2021-10-27 17:33:07 -07:00
|
|
|
|
2022-05-07 10:48:00 -07:00
|
|
|
[safe]
|
|
|
|
directory = /storage/emulated/0/docs
|
|
|
|
|
2021-08-07 21:24:26 -07:00
|
|
|
[alias]
|
2021-10-26 02:52:26 -07:00
|
|
|
a = add
|
2022-06-09 20:29:29 -07:00
|
|
|
br = branch
|
2022-10-02 15:03:01 -07:00
|
|
|
c = commit
|
2021-10-24 11:43:22 -07:00
|
|
|
ca = commit -a
|
2021-10-24 11:47:56 -07:00
|
|
|
caam = commit -a --amend
|
2021-11-07 21:37:12 -08:00
|
|
|
cam = commit --amend
|
2022-03-05 01:58:32 -08:00
|
|
|
caps = !git commit -a && git push
|
2021-11-07 21:37:12 -08:00
|
|
|
ch = checkout
|
2021-10-27 17:33:07 -07:00
|
|
|
d = diff
|
2023-05-05 12:00:21 -07:00
|
|
|
f = fetch
|
2021-12-31 23:17:41 -08:00
|
|
|
lg = log
|
2022-04-25 14:02:50 -07:00
|
|
|
ok = pull
|
2021-11-07 21:37:12 -08:00
|
|
|
pl = pull
|
|
|
|
ps = push
|
2023-07-10 23:40:28 -07:00
|
|
|
psf = push -f
|
2021-11-13 04:16:54 -08:00
|
|
|
rem = remote
|
2022-08-14 22:40:52 -07:00
|
|
|
rest = restore
|
2021-11-07 21:37:12 -08:00
|
|
|
s = status
|
|
|
|
st = status
|
|
|
|
sub = submodule
|
2022-10-02 15:03:01 -07:00
|
|
|
sw = switch
|
2021-11-13 20:48:13 -08:00
|
|
|
t = tree
|
2021-11-07 21:37:12 -08:00
|
|
|
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
|
2021-08-07 21:24:26 -07:00
|
|
|
|
2022-10-02 04:19:16 -07:00
|
|
|
[sendemail]
|
|
|
|
smtpserver = mail.blakenorth.net
|
|
|
|
smtpuser = blake@blakenorth.net
|
|
|
|
smtpencryption = ssl
|
|
|
|
smtpserverport = 465
|
|
|
|
confirm = auto
|
|
|
|
|
2023-03-01 23:35:41 -08:00
|
|
|
[filter "lfs"]
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
|
2021-10-12 22:19:07 -07:00
|
|
|
# vim:noet
|