-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
22 lines (22 loc) · 838 Bytes
/
gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[alias]
br = branch
co = checkout
ci = commit
d = diff
dc = diff --cached
st = status
la = config --get-regexp alias
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
lga = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit --all
old = for-each-ref refs/remotes/origin/ --sort=-committerdate --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
[push]
default = simple
[merge]
conflictstyle = diff3
[pull]
rebase = true
[user]
email = [email protected]
name = Chris Marchbanks
[core]
excludesfile = ~/.gitignore