| Next | MJD's Git tips and utilities | 26 | 
            * 4fe7de2 (origin/master) introduce puffins subclass
            * 88d44ec make seabird abstract class
            * f361ba6 refactor penguin modules
            = a1b2c3d correct spelling
            * 842ed60 bug fix: penguins are not pink and green
            * 6e2b594 more TODO items
            * 6faef5c start penguin TODO list
            | * 095e640 (HEAD -> master) add foozles documentation
            | = d4e5f6a correct spelling
            |/  
            o 2fac070 introduce penguins
This is basically a wrapper around an invocation of git-log
But I use it fifty times a day
        git vee
        git vee ORIG_HEAD
        git vee dev origin/dev
        git vee before after
        …
Almost everyone has (or should have) some version of this:
        [alias]
            hist = log --decorate --graph --oneline --cherry-mark
https://github.com/mjdominus/git-util
| Next |  | Copyright © 2021 M. J. Dominus |