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.
 
 
 
 
 
 

43 lines
771 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
[credential]
helper = cache
[status]
submoduleSummary = true