最近のgitconfig
最近のWindows環境でのgitconfig
WindowsでのファイルですがLinuxでもほとんど同じ
~/.gitconfig
[user]
name = taka
email = ....@.....
[color]
status = auto
diff = auto
branch = auto
interactive = auto
[alias]
a = add
b = branch -v
ba = branch -av
br = branch -rv
bl = blame
co = checkout
ci = commit -v
dw = diff --color-words
d = diff
dc = diff --cached
st = status
up = pull --rebase
pr = pull --rebase
rp = remote prune
l = log
ls = log --stat
lp = log -p
graph = log --graph --date=short --pretty=format:'%Cblue%h %cd %Cgreen%cn%creset%s'
[diff "xlsx"]
binary = true
textconv = ~/.bin/git-xlsx-textconv.pl
[push]
default = upstream
[core]
quotepath = false
参考サイト
Author And Source
この問題について(最近のgitconfig), 我々は、より多くの情報をここで見つけました https://qiita.com/takara@github/items/922ee4d42aed43db513b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .