dotfiles/.gitconfig
PowerUser64 3db1a646a7 git: new alias rem for remote
because I can't be bothered to type three letters

more likely so I can feel superior to the people who do take the time tp
type the three letters
2021-11-13 04:16:54 -08:00

31 lines
567 B
INI

[init]
defaultBranch = trunk
[credential]
helper = store
[pull]
rebase = false
[user]
email = blakelysnorth@gmail.com
name = PowerUser64
[alias]
a = add
c = commit
ca = commit -a
caam = commit -a --amend
cam = commit --amend
ch = checkout
d = diff
lg = tree
pl = pull
ps = push
rem = remote
s = status
st = status
sub = submodule
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
# vim:noet