注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
単に全てのブランチを表示したい場合 $ git log --graph --all --decorateallオプションがついているの... 単に全てのブランチを表示したい場合 $ git log --graph --all --decorateallオプションがついているので、リモートのアレも含めて表示してくれます。 prettyオプション $ git log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short prettyオプションは複雑です。 が、使いこなすと望み通りのログ表示ができます。 参考もと Git - git-log Documentation How can I show the name of branches in `git log` - Stack Overflow
2016/05/30 リンク