Files
configs/.gitconfig

30 lines
569 B
INI

[user]
email = mgregan2@gmail.com
name = Max Regan
[color]
ui = auto
[core]
pager = less -FMRiX
excludesfile = ~/.gitignore_global
[push]
default = simple
[alias]
graph = log --graph --decorate --oneline
ca = commit --amend --no-edit
rc = rebase --continue
ra = rebase --abort
cp = cherry-pick
sm = submodule
s = status
b = branch
bu = branch --set-upstream-to
d = diff
ds = diff --staged
graph = log --graph --oneline --decorate
g = graph
ga = graph --all
sb = branch -rv --sort=committerdate
lc = lazy-checkin
[commit]
template = ~/.gitmessage