Skip to content

Instantly share code, notes, and snippets.

@takahashiyuya
Created May 7, 2014 07:22
Show Gist options
  • Save takahashiyuya/cd52a127297af0714633 to your computer and use it in GitHub Desktop.
Save takahashiyuya/cd52a127297af0714633 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name = Hoge Huga
email = hogehuga@example.com
[color]
ui = auto
[core]
#editor = /usr/bin/vim
editor = /usr/local/bin/vim
quotepath = false
[alias]
br = branch
ci = commit
cl = clone
co = checkout
df = diff
fh = fetch
mg = merge
st = status
graph = log --graph --date-order -C -M -n 15 --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment