rlivsey / dotfiles

My system dotfiles

This URL has Read+Write access

dotfiles / gitconfig
100644 18 lines (18 sloc) 0.332 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[user]
name = Richard Livsey
email = richard@livsey.org
[mirror]
summary = true
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[alias]
  st = status
  ci = commit
  co = checkout
  br = branch
  ca = commit -a
  logl = log --graph --pretty=oneline --abbrev-commit
  lc = log ORIG_HEAD.. --stat --no-merges