Skip to content

Instantly share code, notes, and snippets.

@nantekkotai
Created June 4, 2012 06:38
Show Gist options
  • Save nantekkotai/2866703 to your computer and use it in GitHub Desktop.
Save nantekkotai/2866703 to your computer and use it in GitHub Desktop.
私のgitconfigなう
[user]
name = Name NAME
email = [email protected]
[alias]
ap = add -p
br = branch
bra = branch -a
ci = commit
co = checkout
df = diff
dfc = diff --cached
fp = format-patch -p
fps = format-patch -p --stdout
lg = log --graph --decorate --oneline --abbrev --relative-date --topo-order
lga = log --graph --decorate --oneline --abbrev --relative-date --topo-order --all
mt = mergetool -y
mnf = merge --no-ff
rb = rebase
rba = rebase --abort
rbc = rebase --continue
rbi = rebase -i
rbm = rebase master
st = status
stat = show --stat
tags = tag -ln
[am]
keepcr = true
[branch]
autosetupmerge = always
[color]
ui = auto
[core]
autocrlf = false
excludesfile = ~/.gitignore
quotepath = false
whitespace = -trailing-space,cr-at-eol
#whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
[gui]
encoding = utf-8
[merge]
tool = tortoisemerge
[mergetool]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment