[[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