Hacker News new | past | comments | ask | show | jobs | submit login

Strange but true, the widespread `git lola` has not been mentioned yet.

  [alias]
    lol = log --graph --decorate --pretty=oneline --abbrev-commit
    lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
http://blog.kfish.org/2010/04/git-lola.html



Even simpler (git 1.7.7, YMMV)

    [alias]
      lol = log --graph --decorate --oneline
      lola = log --graph --decorate --oneline --all




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: