.gitconfig。
[user]
name = flyfox
email = flyfox@twbbs.org
[alias]
ama = am --abort
amc = am --continue
ap = apply
br = branch --color
ce = cvsexportcommit -c
ci = commit
cia = commit -a
cio = commit -o
ca = commit --amend
co = checkout
cp = cherry-pick
cdf = clean -d -f
df = diff
dump = cat-file -p
ft = format-patch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
praise = blame
rb = rebase
rt = reset
rbc = rebase --continue
rba = rebase --abort
sr = svn rebase
sd = svn dcommit
st = status -s
sta = stash apply
type = cat-file -t
[apply]
whitespace = strip
[diff]
color = auto
rename = flyfox
[pager]
color = true
status = true
[status]
color = auto
[core]
editor = /usr/bin/vim
pager = less -FXRS
filemode = false
excludesfile = ~/.gitignore
autocrlf = input
safecrlf = true
[push]
default = tracking
[merge]
tool = vimdiff
留言列表