Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
819 B

[alias]
a = add
p = pull
pul = pull
s = status
st = status
stat = status
c = commit
cm = commit -m
ci = commit
br = branch
co = checkout
go = checkout
df = diff
d = diff
sub = submodule
l = log
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
root = rev-parse --show-toplevel
exec = "!exec "
[user]
name = Brennen Bearnes
email = bbearnes@gmail.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[gui]
[push]
default = simple
[gui]
fontui = -family \"DejaVu Sans\" -size 26 -weight normal -slant roman -underline 0 -overstrike 0
fontdiff = -family \"DejaVu Sans Mono\" -size 22 -weight normal -slant roman -underline 0 -overstrike 0