[[FrontPage]] > [[my_gitconfig]]


* .vimrc のコピー [#offd496d]
* .gitconfig のコピー [#offd496d]

 [color]
 	ui = auto
 [http]
 	proxy = proxyaddress
 [user]
 	name = (your name)
 	email = (mail address)
 [alias]
 	lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
 	lga = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS