Skip to content

Commit

Permalink
retabed gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Apr 4, 2013
1 parent 7101a04 commit 4d4107f
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .gitconfig
@@ -1,21 +1,24 @@
[user] [user]
email = akiomik@gmail.com email = akiomik@gmail.com
name = "Akiomi Kamakura" name = "Akiomi Kamakura"
[include]
path = .gitconfig.local
[color] [color]
ui = auto ui = auto
[merge] [merge]
ff = false ff = false
tool = vimdiff tool = vimdiff
[pull] [pull]
rebase = true rebase = true
[alias] [alias]
br = branch br = branch
ci = commit -a ci = commit -a
co = checkout co = checkout
st = status st = status
up = pull up = pull
upstream = remote add upstream upstream = remote add upstream
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lga = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative lga = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[core] [core]
editor = vim editor = vim
pager = lv -c

0 comments on commit 4d4107f

Please sign in to comment.