Created
June 4, 2012 06:38
-
-
Save nantekkotai/2866703 to your computer and use it in GitHub Desktop.
私のgitconfigなう
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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