Humanity

Edit the world by your favorite way

~/.gitconfigの設定

を晒してみる。

[alias]
    pullmy = pull --rebase --tags
    pushmy = push --tags
    last = log -1 HEAD
    st = status
    co = checkout
    wh = whatchanged
    br = branch
[user]
    name = tyru
    email = tyru.exe@gmail.com
[color]
    diff = auto
    status = auto
    branch = auto
    interactive = auto
    ui = auto


これの他にgithubトークン(?)とかもあるから全部は晒せない。