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.
 
 
 
 
 
 

35 lines
558 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
[user]
name = Brennen Bearnes
email = bbearnes@gmail.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[gui]
[push]
default = simple