git 常用コマンドライン

短く表示する。エイリアスするといいかも。

  • git status -s または git status --short
  • git log --oneline --graph

git log の --decorate オプションは、現在は無意味(昔は意味があったが)。