stMind

about Tech, Computer vision and Machine learning

git alias rocks

ここ数日gitばかりで今日もgit。
こちらのgit aliasについてのエントリが参考になった。
その他、自分がよく使うものでaliasに入れてるのは

[alias]
        c = commit
        cm = commit -m
        cgl = config --global --list
        cll = config --local --list
        spull = svn rebase
        spush = svn dcommit

とか。