toshieeeee
5/19/2016 - 4:09 PM

gitconfig

[user]
    name = toshiki.kikuchi
	email = 

[core]
	excludesfile = /Users/toshiki_kikuchi/.gitignore

[alias]

  st = status
  ci = commit
  br = branch
  log1 = log --oneline
  co = checkout

[color]
  ui = true
  diff = true