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.
 
 
 
 
 
 

46 lines
980 B

[alias]
a = add
amend = commit -a --amend --no-edit
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 "
changelog = log --date=short --pretty='format:%d %ad %s'
[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
[credential]
helper = cache
[status]
submoduleSummary = true